#B274AF

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

Shades of Violet Blue #B274AF

Tints of Violet Blue #B274AF

Color information

#B274AF (or 0xB274AF) is unknown color: approx Violet Blue. HEX triplet: B2, 74 and AF. RGB value is (178,116,175). Sum of RGB (Red+Green+Blue) = 178+116+175=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B274AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B274AF is #4D8B50. Grayscale: #8D8D8D. Windows color (decimal): -5081937 or 11498674. OLE color: 11498674.

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

Color convert

RGB178116175-
CMYK00.350.020.30
HSL302.9º28.7%57.65%-
HSV(B)302.9º34.83%69.8%-
XYZ32.3425.0543.69-
YUV141.26147.04154.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=37.95%
G=24.73%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811617500.350.020.30302.928.757.65
HexB274AF02321E12f1d3a
Octal2621642570432364573572
Binary101100101110100101011110100011101111010010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274AF; }

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

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

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

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

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

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

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

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