Html Css Color HEX #BB73CD Medium Orchid

📋 copy color: '#BB73CD'

red 187 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #BB73CD

Tints of Medium Orchid #BB73CD

RGB

 RED value IS 187 (73.44% from 255) = 36.88%

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

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

R = 36.88%
G = 22.68%
B = 40.43%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB73CD (or 0xBB73CD) is known color: Medium Orchid. HEX triplet: BB, 73 and CD. RGB value is (187,115,205). Sum of RGB (Red+Green+Blue) = 187+115+205=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73CD is #448C32. Grayscale: #929292. Windows color (decimal): -4492339 or 13464507. OLE color: 13464507.

HSL color Cylindrical-coordinate representation of color #BB73CD: hue angle of 288º 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 #BB73CD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 115 205 -
CMYK 0.09 0.44 0 0.20
HSL 288º 0.47% 0.63% -
HSV(B) 288º 0.44% 0.8% -
XYZ 37.64 27.23 61.03 -
YUV 146.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 187 115 205 0.09 0.44 0 0.20 288 0.47 0.63
Hex BB 73 CD 9 2C 0 14 120 2F 3F
Octal 273 163 315 11 54 0 24 440 57 77
Binary 10111011 1110011 11001101 1001 101100 0 10100 100100000 101111 111111

Color Harmonies of #BB73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73CD

Black with #BB73CD

Text Example


Text Example

White with #BB73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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