#BB71CA

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

Shades of Medium Orchid #BB71CA

Tints of Medium Orchid #BB71CA

Color information

#BB71CA (or 0xBB71CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 71 and CA. RGB value is (187,113,202). Sum of RGB (Red+Green+Blue) = 187+113+202=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71CA is #448E35. Grayscale: #909090. Windows color (decimal): -4492854 or 13267387. OLE color: 13267387.

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

Color convert

RGB187113202-
CMYK0.070.4400.21
HSL289.89º45.64%61.76%-
HSV(B)289.89º44.06%79.22%-
XYZ37.0626.6459.07-
YUV145.27160.02157.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=37.25%
G=22.51%
B=40.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871132020.070.4400.21289.8945.6461.76
HexBB71CA72C0151222e3e
Octal2731613127540254425676
Binary10111011111000111001010111101100010101100100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71CA; }

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

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

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

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

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

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

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

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