#BB7DD5

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

Shades of East Side #BB7DD5

Tints of East Side #BB7DD5

Color information

#BB7DD5 (or 0xBB7DD5) is unknown color: approx East Side. HEX triplet: BB, 7D and D5. RGB value is (187,125,213). Sum of RGB (Red+Green+Blue) = 187+125+213=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DD5 is #44822A. Grayscale: #999999. Windows color (decimal): -4489771 or 13991355. OLE color: 13991355.

HSL color Cylindrical-coordinate representation of color #BB7DD5: hue angle of 282.27º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7DD5 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187125213-
CMYK0.120.4100.16
HSL282.27º51.16%66.27%-
HSV(B)282.27º41.31%83.53%-
XYZ39.8430.0466.65-
YUV153.57161.54151.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=35.62%
G=23.81%
B=40.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871252130.120.4100.16282.2751.1666.27
HexBB7DD5C2901011a3342
Octal273175325145102043263102
Binary1011101111111011101010111001010010100001000110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DD5; }

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

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

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

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

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

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

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

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