#B274B6

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

Shades of Violet Blue #B274B6

Tints of Violet Blue #B274B6

Color information

#B274B6 (or 0xB274B6) is unknown color: approx Violet Blue. HEX triplet: B2, 74 and B6. RGB value is (178,116,182). Sum of RGB (Red+Green+Blue) = 178+116+182=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #B274B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274B6 is #4D8B49. Grayscale: #8D8D8D. Windows color (decimal): -5081930 or 11957426. OLE color: 11957426.

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

Color convert

RGB178116182-
CMYK0.020.3600.29
HSL296.36º31.13%58.43%-
HSV(B)296.36º36.26%71.37%-
XYZ33.0525.3347.4-
YUV142.06150.54153.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=37.39%
G=24.37%
B=38.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781161820.020.3600.29296.3631.1358.43
HexB274B622401D1281f3a
Octal2621642662440354503772
Binary101100101110100101101101010010001110110010100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274B6; }

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

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

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

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

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

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

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

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