#bf4afd

Color #BF4AFD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF4AFD

Tints of Medium Orchid #BF4AFD

Color information

#BF4AFD (or 0xBF4AFD) is unknown color: approx Medium Orchid. HEX triplet: BF, 4A and FD. RGB value is (191,74,253). Sum of RGB (Red+Green+Blue) = 191+74+253=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AFD is #40B502. Grayscale: #808080. Windows color (decimal): -4240643 or 16599743. OLE color: 16599743.

HSL color Cylindrical-coordinate representation of color #BF4AFD: hue angle of 279.22º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF4AFD is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19174253-
CMYK0.250.7100.01
HSL279.22º97.81%64.12%-
HSV(B)279.22º70.75%99.22%-
XYZ41.6623.0795.18-
YUV129.39197.76171.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 74 (29.30% from 255) = 14.29%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=36.87%
G=14.29%
B=48.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191742530.250.7100.01279.2297.8164.12
HexBF4AFD1947011176240
Octal2771123753110701427142100
Binary101111111001010111111011100110001110110001011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4afd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4afd; }

 p { color: rgb(191,74,253); }

 H1.HeaderClassName
 {
   color: #bf4afd;
 }
 .AnyTagClassName
 {
   color: #bf4afd;
 }
</style>
background-color css

<style>
 a { background-color: #bf4afd; }

 a { background-color: rgb(191,74,253); }

 div.DivClassName
 {
   background-color: #bf4afd;
 }
 .BgClassName
 {
   background-color: #bf4afd;
 }
</style>
border-color css

<style>
 span { border-color: #bf4afd; }

 span { border-color: rgb(191,74,253); }

 td.TdClassName
 {
   border-color: #bf4afd;
 }
 .TagClassName
 {
   border-color: #bf4afd;
 }
</style>