#B272B1

Color #B272B1 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B272B1

Tints of Violet Blue #B272B1

Color information

#B272B1 (or 0xB272B1) is unknown color: approx Violet Blue. HEX triplet: B2, 72 and B1. RGB value is (178,114,177). Sum of RGB (Red+Green+Blue) = 178+114+177=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B272B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B272B1 is #4D8D4E. Grayscale: #8C8C8C. Windows color (decimal): -5082447 or 11629234. OLE color: 11629234.

HSL color Cylindrical-coordinate representation of color #B272B1: hue angle of 300.94º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B272B1 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB178114177-
CMYK00.360.010.30
HSL300.94º29.36%57.25%-
HSV(B)300.94º35.96%69.8%-
XYZ32.3124.6744.65-
YUV140.32148.7154.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=37.95%
G=24.31%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811417700.360.010.30300.9429.3657.25
HexB272B102411E12d1d39
Octal2621622610441364553571
Binary10110010111001010110001010010011111010010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272B1; }

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

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

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

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

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

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

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

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