Html Css Color HEX #BD73CE Medium Orchid

📋 copy color: '#BD73CE'

red 189 ◦ green 115 ◦ blue 206

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

Shades of Medium Orchid #BD73CE

Tints of Medium Orchid #BD73CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.55%

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 37.06%
G = 22.55%
B = 40.39%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD73CE (or 0xBD73CE) is known color: Medium Orchid. HEX triplet: BD, 73 and CE. RGB value is (189,115,206). Sum of RGB (Red+Green+Blue) = 189+115+206=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73CE is #428C31. Grayscale: #939393. Windows color (decimal): -4361266 or 13530045. OLE color: 13530045.

HSL color Cylindrical-coordinate representation of color #BD73CE: hue angle of 288.79º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD73CE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 115 206 -
CMYK 0.08 0.44 0 0.19
HSL 288.79º 0.48% 0.63% -
HSV(B) 288.79º 0.44% 0.81% -
XYZ 38.26 27.54 61.69 -
YUV 147.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 189 115 206 0.08 0.44 0 0.19 288.79 0.48 0.63
Hex BD 73 CE 8 2C 0 13 121 30 3F
Octal 275 163 316 10 54 0 23 441 60 77
Binary 10111101 1110011 11001110 1000 101100 0 10011 100100001 110000 111111

Color Harmonies of #BD73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73CE

Black with #BD73CE

Text Example


Text Example

White with #BD73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73CE; }

 p { color: rgb(189,115,206); }

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

background-color css

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

 a { background-color: rgb(189,115,206); }

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

border-color css

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

 span { border-color: rgb(189,115,206); }

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