#BB71CC

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

Shades of Medium Orchid #BB71CC

Tints of Medium Orchid #BB71CC

Color information

#BB71CC (or 0xBB71CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 71 and CC. RGB value is (187,113,204). Sum of RGB (Red+Green+Blue) = 187+113+204=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71CC is #448E33. Grayscale: #919191. Windows color (decimal): -4492852 or 13398459. OLE color: 13398459.

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

Color convert

RGB187113204-
CMYK0.080.4500.2
HSL288.79º47.15%62.16%-
HSV(B)288.79º44.61%80%-
XYZ37.326.7360.32-
YUV145.5161.02157.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=37.10%
G=22.42%
B=40.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871132040.080.4500.2288.7947.1562.16
HexBB71CC82D0141212f3e
Octal27316131410550244415776
Binary101110111110001110011001000101101010100100100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71CC; }

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

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

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

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

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

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

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

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