#BF55CF

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

Shades of Medium Orchid #BF55CF

Tints of Medium Orchid #BF55CF

Color information

#BF55CF (or 0xBF55CF) is unknown color: approx Medium Orchid. HEX triplet: BF, 55 and CF. RGB value is (191,85,207). Sum of RGB (Red+Green+Blue) = 191+85+207=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55CF is #40AA30. Grayscale: #828282. Windows color (decimal): -4237873 or 13587903. OLE color: 13587903.

HSL color Cylindrical-coordinate representation of color #BF55CF: hue angle of 292.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF55CF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19185207-
CMYK0.080.5900.19
HSL292.13º55.96%57.25%-
HSV(B)292.13º58.94%81.18%-
XYZ3622.0861.4-
YUV130.6171.12171.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=39.54%
G=17.60%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191852070.080.5900.19292.1355.9657.25
HexBF55CF83B0131243839
Octal27712531710730234447071
Binary101111111010101110011111000111011010011100100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55CF; }

 p { color: rgb(191,85,207); }

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

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

 a { background-color: rgb(191,85,207); }

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

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

 span { border-color: rgb(191,85,207); }

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