#BF37DC

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

Shades of Medium Orchid #BF37DC

Tints of Medium Orchid #BF37DC

Color information

#BF37DC (or 0xBF37DC) is unknown color: approx Medium Orchid. HEX triplet: BF, 37 and DC. RGB value is (191,55,220). Sum of RGB (Red+Green+Blue) = 191+55+220=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37DC is #40C823. Grayscale: #717171. Windows color (decimal): -4245540 or 14432191. OLE color: 14432191.

HSL color Cylindrical-coordinate representation of color #BF37DC: hue angle of 289.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF37DC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19155220-
CMYK0.130.7500.14
HSL289.45º70.21%53.92%-
HSV(B)289.45º75%86.27%-
XYZ35.7718.9869.49-
YUV114.47187.56182.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 55 (21.88% from 255) = 11.80%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=40.99%
G=11.80%
B=47.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal191552200.130.7500.14289.4570.2153.92
HexBF37DCD4B0E1214636
Octal277673341511301644110666
Binary101111111101111101110011011001011011101001000011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF37DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF37DC; }

 p { color: rgb(191,55,220); }

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

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

 a { background-color: rgb(191,55,220); }

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

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

 span { border-color: rgb(191,55,220); }

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