#BF66CA

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

Shades of Medium Orchid #BF66CA

Tints of Medium Orchid #BF66CA

Color information

#BF66CA (or 0xBF66CA) is unknown color: approx Medium Orchid. HEX triplet: BF, 66 and CA. RGB value is (191,102,202). Sum of RGB (Red+Green+Blue) = 191+102+202=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66CA is #409935. Grayscale: #8B8B8B. Windows color (decimal): -4233526 or 13264575. OLE color: 13264575.

HSL color Cylindrical-coordinate representation of color #BF66CA: hue angle of 293.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF66CA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191102202-
CMYK0.050.5000.21
HSL293.4º48.54%59.61%-
HSV(B)293.4º49.5%79.22%-
XYZ36.924.8458.73-
YUV140.01162.99164.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=38.59%
G=20.61%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911022020.050.5000.21293.448.5459.61
HexBF66CA532015125313c
Octal2771463125620254456174
Binary10111111110011011001010101110010010101100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66CA; }

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

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

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

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

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

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

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

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