#BB73CA

Color #BB73CA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB73CA

Tints of Medium Orchid #BB73CA

Color information

#BB73CA (or 0xBB73CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 73 and CA. RGB value is (187,115,202). Sum of RGB (Red+Green+Blue) = 187+115+202=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73CA is #448C35. Grayscale: #929292. Windows color (decimal): -4492342 or 13267899. OLE color: 13267899.

HSL color Cylindrical-coordinate representation of color #BB73CA: hue angle of 289.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB73CA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187115202-
CMYK0.070.4300.21
HSL289.66º45.08%62.16%-
HSV(B)289.66º43.07%79.22%-
XYZ37.2827.0959.14-
YUV146.45159.35156.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 115 (45.31% from 255) = 22.82%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=37.10%
G=22.82%
B=40.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871152020.070.4300.21289.6645.0862.16
HexBB73CA72B0151222d3e
Octal2731633127530254425576
Binary10111011111001111001010111101011010101100100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73CA; }

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

 H1.HeaderClassName
 {
   color: #BB73CA;
 }
 .AnyTagClassName
 {
   color: #BB73CA;
 }
</style>
background-color css

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

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

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

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

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

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