#BF5DCB

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

Shades of Medium Orchid #BF5DCB

Tints of Medium Orchid #BF5DCB

Color information

#BF5DCB (or 0xBF5DCB) is unknown color: approx Medium Orchid. HEX triplet: BF, 5D and CB. RGB value is (191,93,203). Sum of RGB (Red+Green+Blue) = 191+93+203=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DCB is #40A234. Grayscale: #868686. Windows color (decimal): -4235829 or 13327807. OLE color: 13327807.

HSL color Cylindrical-coordinate representation of color #BF5DCB: hue angle of 293.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5DCB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19193203-
CMYK0.060.5400.20
HSL293.45º51.4%58.04%-
HSV(B)293.45º54.19%79.61%-
XYZ36.1823.2259.07-
YUV134.84166.47168.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=39.22%
G=19.10%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191932030.060.5400.20293.4551.458.04
HexBF5DCB636014125333a
Octal2771353136660244456372
Binary10111111101110111001011110110110010100100100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DCB; }

 p { color: rgb(191,93,203); }

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

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

 a { background-color: rgb(191,93,203); }

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

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

 span { border-color: rgb(191,93,203); }

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