#BF37CD

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

Shades of Medium Orchid #BF37CD

Tints of Medium Orchid #BF37CD

Color information

#BF37CD (or 0xBF37CD) is unknown color: approx Medium Orchid. HEX triplet: BF, 37 and CD. RGB value is (191,55,205). Sum of RGB (Red+Green+Blue) = 191+55+205=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF37CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37CD is #40C832. Grayscale: #707070. Windows color (decimal): -4245555 or 13449151. OLE color: 13449151.

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

Color convert

RGB19155205-
CMYK0.070.7300.20
HSL294.4º60%50.98%-
HSV(B)294.4º73.17%80.39%-
XYZ33.8718.2259.49-
YUV112.76180.06183.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 55 (21.88% from 255) = 12.20%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=42.35%
G=12.20%
B=45.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191552050.070.7300.20294.46050.98
HexBF37CD7490141263c33
Octal2776731571110244467463
Binary10111111110111110011011111001001010100100100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF37CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF37CD; }

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

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

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

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

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

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

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

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