#B273B6

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

Shades of Violet Blue #B273B6

Tints of Violet Blue #B273B6

Color information

#B273B6 (or 0xB273B6) is unknown color: approx Violet Blue. HEX triplet: B2, 73 and B6. RGB value is (178,115,182). Sum of RGB (Red+Green+Blue) = 178+115+182=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #B273B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273B6 is #4D8C49. Grayscale: #8D8D8D. Windows color (decimal): -5082186 or 11957170. OLE color: 11957170.

HSL color Cylindrical-coordinate representation of color #B273B6: hue angle of 296.42º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B273B6 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178115182-
CMYK0.020.3700.29
HSL296.42º31.46%58.24%-
HSV(B)296.42º36.81%71.37%-
XYZ32.9325.147.37-
YUV141.48150.87154.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=37.47%
G=24.21%
B=38.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781151820.020.3700.29296.4231.4658.24
HexB273B622501D1281f3a
Octal2621632662450354503772
Binary101100101110011101101101010010101110110010100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273B6; }

 p { color: rgb(178,115,182); }

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

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

 a { background-color: rgb(178,115,182); }

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

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

 span { border-color: rgb(178,115,182); }

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