#BF5BCF

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

Shades of Medium Orchid #BF5BCF

Tints of Medium Orchid #BF5BCF

Color information

#BF5BCF (or 0xBF5BCF) is unknown color: approx Medium Orchid. HEX triplet: BF, 5B and CF. RGB value is (191,91,207). Sum of RGB (Red+Green+Blue) = 191+91+207=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF5BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BCF is #40A430. Grayscale: #858585. Windows color (decimal): -4236337 or 13589439. OLE color: 13589439.

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

Color convert

RGB19191207-
CMYK0.080.5600.19
HSL291.72º54.72%58.43%-
HSV(B)291.72º56.04%81.18%-
XYZ36.4923.0661.56-
YUV134.12169.13168.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 91 (35.94% from 255) = 18.61%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=39.06%
G=18.61%
B=42.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191912070.080.5600.19291.7254.7258.43
HexBF5BCF838013124373a
Octal27713331710700234446772
Binary101111111011011110011111000111000010011100100100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5BCF; }

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

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

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

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

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

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

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

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