#BB82D2

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

Shades of East Side #BB82D2

Tints of East Side #BB82D2

Color information

#BB82D2 (or 0xBB82D2) is unknown color: approx East Side. HEX triplet: BB, 82 and D2. RGB value is (187,130,210). Sum of RGB (Red+Green+Blue) = 187+130+210=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB82D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82D2 is #447D2D. Grayscale: #9B9B9B. Windows color (decimal): -4488494 or 13796027. OLE color: 13796027.

HSL color Cylindrical-coordinate representation of color #BB82D2: hue angle of 282.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB82D2 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187130210-
CMYK0.110.3800.18
HSL282.75º47.06%66.67%-
HSV(B)282.75º38.1%82.35%-
XYZ40.1131.1864.88-
YUV156.16158.38150-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=35.48%
G=24.67%
B=39.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871302100.110.3800.18282.7547.0666.67
HexBB82D2B2601211b2f43
Octal273202322134602243357103
Binary10111011100000101101001010111001100100101000110111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82D2; }

 p { color: rgb(187,130,210); }

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

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

 a { background-color: rgb(187,130,210); }

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

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

 span { border-color: rgb(187,130,210); }

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