#BB7DDA

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

Shades of East Side #BB7DDA

Tints of East Side #BB7DDA

Color information

#BB7DDA (or 0xBB7DDA) is unknown color: approx East Side. HEX triplet: BB, 7D and DA. RGB value is (187,125,218). Sum of RGB (Red+Green+Blue) = 187+125+218=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDA is #448225. Grayscale: #999999. Windows color (decimal): -4489766 or 14319035. OLE color: 14319035.

HSL color Cylindrical-coordinate representation of color #BB7DDA: hue angle of 280º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7DDA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187125218-
CMYK0.140.4300.15
HSL280º55.69%67.25%-
HSV(B)280º42.66%85.49%-
XYZ40.4830.2970.04-
YUV154.14164.04151.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=35.28%
G=23.58%
B=41.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871252180.140.4300.1528055.6967.25
HexBB7DDAE2B0F1183843
Octal273175332165301743070103
Binary101110111111101110110101110101011011111000110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DDA; }

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

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

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

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

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

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

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

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