Html Css Color HEX #BD72D8 Medium Orchid

📋 copy color: '#BD72D8'

red 189 ◦ green 114 ◦ blue 216

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

Shades of Medium Orchid #BD72D8

Tints of Medium Orchid #BD72D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 36.42%
G = 21.97%
B = 41.62%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD72D8 (or 0xBD72D8) is known color: Medium Orchid. HEX triplet: BD, 72 and D8. RGB value is (189,114,216). Sum of RGB (Red+Green+Blue) = 189+114+216=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD72D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72D8 is #428D27. Grayscale: #939393. Windows color (decimal): -4361512 or 14185149. OLE color: 14185149.

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

Color convert

RGB 189 114 216 -
CMYK 0.12 0.47 0 0.15
HSL 284.12º 0.57% 0.65% -
HSV(B) 284.12º 0.47% 0.85% -
XYZ 39.4 27.81 68.26 -
YUV 148.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 189 114 216 0.12 0.47 0 0.15 284.12 0.57 0.65
Hex BD 72 D8 C 2F 0 F 11C 39 41
Octal 275 162 330 14 57 0 17 434 71 101
Binary 10111101 1110010 11011000 1100 101111 0 1111 100011100 111001 1000001

Color Harmonies of #BD72D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72D8

Black with #BD72D8

Text Example


Text Example

White with #BD72D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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