#BB7BCD

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

Shades of East Side #BB7BCD

Tints of East Side #BB7BCD

Color information

#BB7BCD (or 0xBB7BCD) is unknown color: approx East Side. HEX triplet: BB, 7B and CD. RGB value is (187,123,205). Sum of RGB (Red+Green+Blue) = 187+123+205=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BCD is #448432. Grayscale: #979797. Windows color (decimal): -4490291 or 13466555. OLE color: 13466555.

HSL color Cylindrical-coordinate representation of color #BB7BCD: hue angle of 286.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7BCD is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187123205-
CMYK0.090.400.20
HSL286.83º45.05%64.31%-
HSV(B)286.83º40%80.39%-
XYZ38.629.1461.35-
YUV151.48158.2153.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=36.31%
G=23.88%
B=39.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871232050.090.400.20286.8345.0564.31
HexBB7BCD92801411f2d40
Octal273173315115002443755100
Binary1011101111110111100110110011010000101001000111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BCD; }

 p { color: rgb(187,123,205); }

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

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

 a { background-color: rgb(187,123,205); }

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

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

 span { border-color: rgb(187,123,205); }

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