#BF66DA

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

Shades of Medium Orchid #BF66DA

Tints of Medium Orchid #BF66DA

Color information

#BF66DA (or 0xBF66DA) is unknown color: approx Medium Orchid. HEX triplet: BF, 66 and DA. RGB value is (191,102,218). Sum of RGB (Red+Green+Blue) = 191+102+218=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66DA is #409925. Grayscale: #8D8D8D. Windows color (decimal): -4233510 or 14313151. OLE color: 14313151.

HSL color Cylindrical-coordinate representation of color #BF66DA: hue angle of 286.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF66DA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191102218-
CMYK0.120.5300.15
HSL286.03º61.05%62.75%-
HSV(B)286.03º53.21%85.49%-
XYZ38.8925.6469.23-
YUV141.83170.99163.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=37.38%
G=19.96%
B=42.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911022180.120.5300.15286.0361.0562.75
HexBF66DAC350F11e3d3f
Octal27714633214650174367577
Binary10111111110011011011010110011010101111100011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66DA; }

 p { color: rgb(191,102,218); }

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

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

 a { background-color: rgb(191,102,218); }

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

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

 span { border-color: rgb(191,102,218); }

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