Html Css Color HEX #BD73D9 Medium Orchid

📋 copy color: '#BD73D9'

red 189 ◦ green 115 ◦ blue 217

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

Shades of Medium Orchid #BD73D9

Tints of Medium Orchid #BD73D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 36.28%
G = 22.07%
B = 41.65%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD73D9 (or 0xBD73D9) is known color: Medium Orchid. HEX triplet: BD, 73 and D9. RGB value is (189,115,217). Sum of RGB (Red+Green+Blue) = 189+115+217=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73D9 is #428C26. Grayscale: #949494. Windows color (decimal): -4361255 or 14250941. OLE color: 14250941.

HSL color Cylindrical-coordinate representation of color #BD73D9: hue angle of 283.53º 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 #BD73D9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 115 217 -
CMYK 0.13 0.47 0 0.15
HSL 283.53º 0.57% 0.65% -
HSV(B) 283.53º 0.47% 0.85% -
XYZ 39.64 28.09 68.98 -
YUV 148.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 189 115 217 0.13 0.47 0 0.15 283.53 0.57 0.65
Hex BD 73 D9 D 2F 0 F 11C 39 41
Octal 275 163 331 15 57 0 17 434 71 101
Binary 10111101 1110011 11011001 1101 101111 0 1111 100011100 111001 1000001

Color Harmonies of #BD73D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73D9

Black with #BD73D9

Text Example


Text Example

White with #BD73D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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