Html Css Color HEX #BD72DC Medium Orchid

📋 copy color: '#BD72DC'

red 189 ◦ green 114 ◦ blue 220

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

Shades of Medium Orchid #BD72DC

Tints of Medium Orchid #BD72DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 36.14%
G = 21.8%
B = 42.07%

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

#BD72DC (or 0xBD72DC) is known color: Medium Orchid. HEX triplet: BD, 72 and DC. RGB value is (189,114,220). Sum of RGB (Red+Green+Blue) = 189+114+220=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72DC is #428D23. Grayscale: #949494. Windows color (decimal): -4361508 or 14447293. OLE color: 14447293.

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

Color convert

RGB 189 114 220 -
CMYK 0.14 0.48 0 0.14
HSL 282.45º 0.6% 0.65% -
HSV(B) 282.45º 0.48% 0.86% -
XYZ 39.92 28.02 71.01 -
YUV 148.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 189 114 220 0.14 0.48 0 0.14 282.45 0.6 0.65
Hex BD 72 DC E 30 0 E 11A 3C 41
Octal 275 162 334 16 60 0 16 432 74 101
Binary 10111101 1110010 11011100 1110 110000 0 1110 100011010 111100 1000001

Color Harmonies of #BD72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72DC

Black with #BD72DC

Text Example


Text Example

White with #BD72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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