Html Css Color HEX #BD37DB Medium Orchid

📋 copy color: '#BD37DB'

red 189 ◦ green 55 ◦ blue 219

#BD37DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD37DB

Tints of Medium Orchid #BD37DB

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.3%

R = 40.82%
G = 11.88%
B = 47.3%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD37DB (or 0xBD37DB) is known color: 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

RGB 189 55 219 -
CMYK 0.14 0.75 0 0.14
HSL 289.02º 0.69% 0.54% -
HSV(B) 289.02º 0.75% 0.86% -
XYZ 35.14 18.67 68.77 -
YUV 113.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 189 55 219 0.14 0.75 0 0.14 289.02 0.69 0.54
Hex BD 37 DB E 4B 0 E 121 45 36
Octal 275 67 333 16 113 0 16 441 105 66
Binary 10111101 110111 11011011 1110 1001011 0 1110 100100001 1000101 110110

Color Harmonies of #BD37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37DB

Black with #BD37DB

Text Example


Text Example

White with #BD37DB

Text Example


Text Example

HTML Codes & Css Web 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>