#B781BD

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

Shades of East Side #B781BD

Tints of East Side #B781BD

Color information

#B781BD (or 0xB781BD) is unknown color: approx East Side. HEX triplet: B7, 81 and BD. RGB value is (183,129,189). Sum of RGB (Red+Green+Blue) = 183+129+189=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #B781BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781BD is #487E42. Grayscale: #979797. Windows color (decimal): -4750915 or 12419511. OLE color: 12419511.

HSL color Cylindrical-coordinate representation of color #B781BD: hue angle of 294º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B781BD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183129189-
CMYK0.030.3200.26
HSL294º31.25%62.35%-
HSV(B)294º31.75%74.12%-
XYZ36.5629.4451.9-
YUV151.99148.89150.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=36.53%
G=25.75%
B=37.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831291890.030.3200.2629431.2562.35
HexB781BD32001A1261f3e
Octal2672012753400324463776
Binary1011011110000001101111011110000001101010010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781BD; }

 p { color: rgb(183,129,189); }

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

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

 a { background-color: rgb(183,129,189); }

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

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

 span { border-color: rgb(183,129,189); }

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