#BD37DB

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

Shades of Medium Orchid #BD37DB

Tints of Medium Orchid #BD37DB

Color information

#BD37DB (or 0xBD37DB) is unknown color: approx Medium Orchid. HEX triplet: BD, 37 and DB. RGB value is (189,55,219). Sum of RGB (Red+Green+Blue) = 189+55+219=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37DB is #42C824. Grayscale: #717171. Windows color (decimal): -4376613 or 14366653. OLE color: 14366653.

HSL color Cylindrical-coordinate representation of color #BD37DB: hue angle of 289.02º degrees, saturation: 0.69, 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 #BD37DB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18955219-
CMYK0.140.7500.14
HSL289.02º69.49%53.73%-
HSV(B)289.02º74.89%85.88%-
XYZ35.1418.6768.77-
YUV113.76187.39181.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 55 (21.88% from 255) = 11.88%
BLUE value IS 219 (85.94% from 255) = 47.30%
R=40.82%
G=11.88%
B=47.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal189552190.140.7500.14289.0269.4953.73
HexBD37DBE4B0E1214536
Octal275673331611301644110566
Binary101111011101111101101111101001011011101001000011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD37DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD37DB; }

 p { color: rgb(189,55,219); }

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

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

 a { background-color: rgb(189,55,219); }

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

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

 span { border-color: rgb(189,55,219); }

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