#B251AA

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

Shades of Violet Blue #B251AA

Tints of Violet Blue #B251AA

Color information

#B251AA (or 0xB251AA) is unknown color: approx Violet Blue. HEX triplet: B2, 51 and AA. RGB value is (178,81,170). Sum of RGB (Red+Green+Blue) = 178+81+170=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B251AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B251AA is #4DAE55. Grayscale: #777777. Windows color (decimal): -5090902 or 11162034. OLE color: 11162034.

HSL color Cylindrical-coordinate representation of color #B251AA: hue angle of 304.95º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B251AA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17881170-
CMYK00.540.040.30
HSL304.95º38.65%50.78%-
HSV(B)304.95º54.49%69.8%-
XYZ28.5618.2540.05-
YUV120.15156.14169.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=41.49%
G=18.88%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788117000.540.040.30304.9538.6550.78
HexB251AA03641E1312733
Octal2621212520664364614763
Binary10110010101000110101010011011010011110100110001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B251AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B251AA; }

 p { color: rgb(178,81,170); }

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

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

 a { background-color: rgb(178,81,170); }

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

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

 span { border-color: rgb(178,81,170); }

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