Html Css Color HEX #BD73CD Medium Orchid

📋 copy color: '#BD73CD'

red 189 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #BD73CD

Tints of Medium Orchid #BD73CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 37.13%
G = 22.59%
B = 40.28%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD73CD (or 0xBD73CD) is known color: Medium Orchid. HEX triplet: BD, 73 and CD. RGB value is (189,115,205). Sum of RGB (Red+Green+Blue) = 189+115+205=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73CD is #428C32. Grayscale: #939393. Windows color (decimal): -4361267 or 13464509. OLE color: 13464509.

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

Color convert

RGB 189 115 205 -
CMYK 0.08 0.44 0 0.20
HSL 289.33º 0.47% 0.63% -
HSV(B) 289.33º 0.44% 0.8% -
XYZ 38.14 27.49 61.05 -
YUV 147.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 189 115 205 0.08 0.44 0 0.20 289.33 0.47 0.63
Hex BD 73 CD 8 2C 0 14 121 2F 3F
Octal 275 163 315 10 54 0 24 441 57 77
Binary 10111101 1110011 11001101 1000 101100 0 10100 100100001 101111 111111

Color Harmonies of #BD73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73CD

Black with #BD73CD

Text Example


Text Example

White with #BD73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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