Html Css Color HEX #BD72E9 Medium Orchid

📋 copy color: '#BD72E9'

red 189 ◦ green 114 ◦ blue 233

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

Shades of Medium Orchid #BD72E9

Tints of Medium Orchid #BD72E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.47%

R = 35.26%
G = 21.27%
B = 43.47%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD72E9 (or 0xBD72E9) is known color: Medium Orchid. HEX triplet: BD, 72 and E9. RGB value is (189,114,233). Sum of RGB (Red+Green+Blue) = 189+114+233=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD72E9 is #428D16. Grayscale: #959595. Windows color (decimal): -4361495 or 15299261. OLE color: 15299261.

HSL color Cylindrical-coordinate representation of color #BD72E9: hue angle of 277.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD72E9 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 114 233 -
CMYK 0.19 0.51 0 0.09
HSL 277.82º 0.73% 0.68% -
HSV(B) 277.82º 0.51% 0.91% -
XYZ 41.71 28.74 80.44 -
YUV 149.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 189 114 233 0.19 0.51 0 0.09 277.82 0.73 0.68
Hex BD 72 E9 13 33 0 9 116 49 44
Octal 275 162 351 23 63 0 11 426 111 104
Binary 10111101 1110010 11101001 10011 110011 0 1001 100010110 1001001 1000100

Color Harmonies of #BD72E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72E9

Black with #BD72E9

Text Example


Text Example

White with #BD72E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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