#BB7DD7

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

Shades of East Side #BB7DD7

Tints of East Side #BB7DD7

Color information

#BB7DD7 (or 0xBB7DD7) is unknown color: approx East Side. HEX triplet: BB, 7D and D7. RGB value is (187,125,215). Sum of RGB (Red+Green+Blue) = 187+125+215=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB7DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DD7 is #448228. Grayscale: #999999. Windows color (decimal): -4489769 or 14122427. OLE color: 14122427.

HSL color Cylindrical-coordinate representation of color #BB7DD7: hue angle of 281.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB7DD7 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187125215-
CMYK0.130.4200.16
HSL281.33º52.94%66.67%-
HSV(B)281.33º41.86%84.31%-
XYZ40.0930.1467.99-
YUV153.8162.54151.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=35.48%
G=23.72%
B=40.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871252150.130.4200.16281.3352.9466.67
HexBB7DD7D2A0101193543
Octal273175327155202043165103
Binary1011101111111011101011111011010100100001000110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DD7; }

 p { color: rgb(187,125,215); }

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

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

 a { background-color: rgb(187,125,215); }

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

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

 span { border-color: rgb(187,125,215); }

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