#BB84CA

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

Shades of East Side #BB84CA

Tints of East Side #BB84CA

Color information

#BB84CA (or 0xBB84CA) is unknown color: approx East Side. HEX triplet: BB, 84 and CA. RGB value is (187,132,202). Sum of RGB (Red+Green+Blue) = 187+132+202=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84CA is #447B35. Grayscale: #9C9C9C. Windows color (decimal): -4487990 or 13272251. OLE color: 13272251.

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

Color convert

RGB187132202-
CMYK0.070.3500.21
HSL287.14º39.77%65.49%-
HSV(B)287.14º34.65%79.22%-
XYZ39.4131.3359.85-
YUV156.42153.72149.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=35.89%
G=25.34%
B=38.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871322020.070.3500.21287.1439.7765.49
HexBB84CA72301511f2841
Octal27320431274302543750101
Binary1011101110000100110010101111000110101011000111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84CA; }

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

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

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

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

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

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

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

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