#B272BD

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

Shades of East Side #B272BD

Tints of East Side #B272BD

Color information

#B272BD (or 0xB272BD) is unknown color: approx East Side. HEX triplet: B2, 72 and BD. RGB value is (178,114,189). Sum of RGB (Red+Green+Blue) = 178+114+189=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #B272BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272BD is #4D8D42. Grayscale: #8D8D8D. Windows color (decimal): -5082435 or 12415666. OLE color: 12415666.

HSL color Cylindrical-coordinate representation of color #B272BD: hue angle of 291.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B272BD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178114189-
CMYK0.060.4000.26
HSL291.2º36.23%59.41%-
HSV(B)291.2º39.68%74.12%-
XYZ33.5625.1751.23-
YUV141.69154.7153.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=37.01%
G=23.70%
B=39.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781141890.060.4000.26291.236.2359.41
HexB272BD62801A123243b
Octal2621622756500324434473
Binary10110010111001010111101110101000011010100100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272BD; }

 p { color: rgb(178,114,189); }

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

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

 a { background-color: rgb(178,114,189); }

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

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

 span { border-color: rgb(178,114,189); }

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