#B081CB

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

Shades of East Side #B081CB

Tints of East Side #B081CB

Color information

#B081CB (or 0xB081CB) is unknown color: approx East Side. HEX triplet: B0, 81 and CB. RGB value is (176,129,203). Sum of RGB (Red+Green+Blue) = 176+129+203=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #B081CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081CB is #4F7E34. Grayscale: #979797. Windows color (decimal): -5209653 or 13337008. OLE color: 13337008.

HSL color Cylindrical-coordinate representation of color #B081CB: hue angle of 278.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B081CB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176129203-
CMYK0.130.3600.20
HSL278.11º41.57%65.1%-
HSV(B)278.11º36.45%79.61%-
XYZ36.5329.2460.22-
YUV151.49157.07145.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=34.65%
G=25.39%
B=39.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761292030.130.3600.20278.1141.5765.1
HexB081CBD240141162a41
Octal260201313154402442652101
Binary10110000100000011100101111011001000101001000101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081CB; }

 p { color: rgb(176,129,203); }

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

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

 a { background-color: rgb(176,129,203); }

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

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

 span { border-color: rgb(176,129,203); }

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