#B272BF

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

Shades of East Side #B272BF

Tints of East Side #B272BF

Color information

#B272BF (or 0xB272BF) is unknown color: approx East Side. HEX triplet: B2, 72 and BF. RGB value is (178,114,191). Sum of RGB (Red+Green+Blue) = 178+114+191=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #B272BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272BF is #4D8D40. Grayscale: #8D8D8D. Windows color (decimal): -5082433 or 12546738. OLE color: 12546738.

HSL color Cylindrical-coordinate representation of color #B272BF: hue angle of 289.87º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B272BF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178114191-
CMYK0.070.4000.25
HSL289.87º37.56%59.8%-
HSV(B)289.87º40.31%74.9%-
XYZ33.7825.2652.39-
YUV141.91155.7153.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 191 (75% from 255) = 39.54%
R=36.85%
G=23.60%
B=39.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781141910.070.4000.25289.8737.5659.8
HexB272BF728019122263c
Octal2621622777500314424674
Binary10110010111001010111111111101000011001100100010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272BF; }

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

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

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

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

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

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

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

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