#B27DBF

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

Shades of East Side #B27DBF

Tints of East Side #B27DBF

Color information

#B27DBF (or 0xB27DBF) is unknown color: approx East Side. HEX triplet: B2, 7D and BF. RGB value is (178,125,191). Sum of RGB (Red+Green+Blue) = 178+125+191=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #B27DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DBF is #4D8240. Grayscale: #949494. Windows color (decimal): -5079617 or 12549554. OLE color: 12549554.

HSL color Cylindrical-coordinate representation of color #B27DBF: hue angle of 288.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27DBF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178125191-
CMYK0.070.3500.25
HSL288.18º34.02%61.96%-
HSV(B)288.18º34.55%74.9%-
XYZ35.127.8952.82-
YUV148.37152.06149.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 191 (75% from 255) = 38.66%
R=36.03%
G=25.30%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781251910.070.3500.25288.1834.0261.96
HexB27DBF723019120223e
Octal2621752777430314404276
Binary10110010111110110111111111100011011001100100000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DBF; }

 p { color: rgb(178,125,191); }

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

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

 a { background-color: rgb(178,125,191); }

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

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

 span { border-color: rgb(178,125,191); }

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