#B781BE

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

Shades of East Side #B781BE

Tints of East Side #B781BE

Color information

#B781BE (or 0xB781BE) is unknown color: approx East Side. HEX triplet: B7, 81 and BE. RGB value is (183,129,190). Sum of RGB (Red+Green+Blue) = 183+129+190=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #B781BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781BE is #487E41. Grayscale: #979797. Windows color (decimal): -4750914 or 12485047. OLE color: 12485047.

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

Color convert

RGB183129190-
CMYK0.040.3200.25
HSL293.11º31.94%62.55%-
HSV(B)293.11º32.11%74.51%-
XYZ36.6729.4952.47-
YUV152.1149.39150.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=36.45%
G=25.70%
B=37.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831291900.040.3200.25293.1131.9462.55
HexB781BE420019125203f
Octal2672012764400314454077
Binary101101111000000110111110100100000011001100100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781BE; }

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

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

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

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

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

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

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

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