#BB83CA

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

Shades of East Side #BB83CA

Tints of East Side #BB83CA

Color information

#BB83CA (or 0xBB83CA) is unknown color: approx East Side. HEX triplet: BB, 83 and CA. RGB value is (187,131,202). Sum of RGB (Red+Green+Blue) = 187+131+202=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83CA is #447C35. Grayscale: #9B9B9B. Windows color (decimal): -4488246 or 13271995. OLE color: 13271995.

HSL color Cylindrical-coordinate representation of color #BB83CA: hue angle of 287.32º 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 #BB83CA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187131202-
CMYK0.070.3500.21
HSL287.32º40.11%65.29%-
HSV(B)287.32º35.15%79.22%-
XYZ39.2731.0659.8-
YUV155.84154.05150.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=35.96%
G=25.19%
B=38.85%

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
Decimal1871312020.070.3500.21287.3240.1165.29
HexBB83CA72301511f2841
Octal27320331274302543750101
Binary1011101110000011110010101111000110101011000111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83CA; }

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

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

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

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

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

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

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

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