#BB81C8

Color #BB81C8 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BB81C8

Tints of East Side #BB81C8

Color information

#BB81C8 (or 0xBB81C8) is unknown color: approx East Side. HEX triplet: BB, 81 and C8. RGB value is (187,129,200). Sum of RGB (Red+Green+Blue) = 187+129+200=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81C8 is #447E37. Grayscale: #9A9A9A. Windows color (decimal): -4488760 or 13140411. OLE color: 13140411.

HSL color Cylindrical-coordinate representation of color #BB81C8: hue angle of 289.01º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB81C8 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187129200-
CMYK0.060.3600.22
HSL289.01º39.23%64.51%-
HSV(B)289.01º35.5%78.43%-
XYZ38.7730.4458.47-
YUV154.44153.72151.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=36.24%
G=25%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871292000.060.3600.22289.0139.2364.51
HexBB81C86240161212741
Octal27320131064402644147101
Binary1011101110000001110010001101001000101101001000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81C8; }

 p { color: rgb(187,129,200); }

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

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

 a { background-color: rgb(187,129,200); }

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

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

 span { border-color: rgb(187,129,200); }

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