Html Css Color HEX #BD72DB Medium Orchid

📋 copy color: '#BD72DB'

red 189 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #BD72DB

Tints of Medium Orchid #BD72DB

RGB

 RED value IS 189 (74.22% from 255) = 36.21%

 GREEN value IS 114 (44.92% from 255) = 21.84%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 36.21%
G = 21.84%
B = 41.95%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD72DB (or 0xBD72DB) is known color: Medium Orchid. HEX triplet: BD, 72 and DB. RGB value is (189,114,219). Sum of RGB (Red+Green+Blue) = 189+114+219=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72DB is #428D24. Grayscale: #949494. Windows color (decimal): -4361509 or 14381757. OLE color: 14381757.

HSL color Cylindrical-coordinate representation of color #BD72DB: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD72DB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 114 219 -
CMYK 0.14 0.48 0 0.14
HSL 282.86º 0.59% 0.65% -
HSV(B) 282.86º 0.48% 0.86% -
XYZ 39.79 27.97 70.32 -
YUV 148.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 189 114 219 0.14 0.48 0 0.14 282.86 0.59 0.65
Hex BD 72 DB E 30 0 E 11B 3B 41
Octal 275 162 333 16 60 0 16 433 73 101
Binary 10111101 1110010 11011011 1110 110000 0 1110 100011011 111011 1000001

Color Harmonies of #BD72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72DB

Black with #BD72DB

Text Example


Text Example

White with #BD72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72DB; }

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

 H1.HeaderClassName
 {
   color: #BD72DB;
 }
 .AnyTagClassName
 {
   color: #BD72DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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