#B27BBE

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

Shades of East Side #B27BBE

Tints of East Side #B27BBE

Color information

#B27BBE (or 0xB27BBE) is unknown color: approx East Side. HEX triplet: B2, 7B and BE. RGB value is (178,123,190). Sum of RGB (Red+Green+Blue) = 178+123+190=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B27BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BBE is #4D8441. Grayscale: #929292. Windows color (decimal): -5080130 or 12483506. OLE color: 12483506.

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

Color convert

RGB178123190-
CMYK0.060.3500.25
HSL289.25º34.01%61.37%-
HSV(B)289.25º35.26%74.51%-
XYZ34.7427.3552.16-
YUV147.08152.22150.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=36.25%
G=25.05%
B=38.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781231900.060.3500.25289.2534.0161.37
HexB27BBE623019121223d
Octal2621732766430314414275
Binary10110010111101110111110110100011011001100100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BBE; }

 p { color: rgb(178,123,190); }

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

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

 a { background-color: rgb(178,123,190); }

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

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

 span { border-color: rgb(178,123,190); }

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