#BB7DC2

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

Shades of East Side #BB7DC2

Tints of East Side #BB7DC2

Color information

#BB7DC2 (or 0xBB7DC2) is unknown color: approx East Side. HEX triplet: BB, 7D and C2. RGB value is (187,125,194). Sum of RGB (Red+Green+Blue) = 187+125+194=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DC2 is #44823D. Grayscale: #979797. Windows color (decimal): -4489790 or 12746171. OLE color: 12746171.

HSL color Cylindrical-coordinate representation of color #BB7DC2: hue angle of 293.91º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7DC2 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187125194-
CMYK0.040.3600.24
HSL293.91º36.13%62.55%-
HSV(B)293.91º35.57%76.08%-
XYZ37.5629.1354.68-
YUV151.4152.04153.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=36.96%
G=24.70%
B=38.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871251940.040.3600.24293.9136.1362.55
HexBB7DC2424018126243f
Octal2731753024440304464477
Binary10111011111110111000010100100100011000100100110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DC2; }

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

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

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

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

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

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

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

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