Html Css Color HEX #BD72DA Medium Orchid

📋 copy color: '#BD72DA'

red 189 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #BD72DA

Tints of Medium Orchid #BD72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 36.28%
G = 21.88%
B = 41.84%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD72DA (or 0xBD72DA) is known color: Medium Orchid. HEX triplet: BD, 72 and DA. RGB value is (189,114,218). Sum of RGB (Red+Green+Blue) = 189+114+218=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72DA is #428D25. Grayscale: #939393. Windows color (decimal): -4361510 or 14316221. OLE color: 14316221.

HSL color Cylindrical-coordinate representation of color #BD72DA: hue angle of 283.27º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD72DA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 114 218 -
CMYK 0.13 0.48 0 0.15
HSL 283.27º 0.58% 0.65% -
HSV(B) 283.27º 0.48% 0.85% -
XYZ 39.66 27.92 69.63 -
YUV 148.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 189 114 218 0.13 0.48 0 0.15 283.27 0.58 0.65
Hex BD 72 DA D 30 0 F 11B 3A 41
Octal 275 162 332 15 60 0 17 433 72 101
Binary 10111101 1110010 11011010 1101 110000 0 1111 100011011 111010 1000001

Color Harmonies of #BD72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72DA

Black with #BD72DA

Text Example


Text Example

White with #BD72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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