#B451A6

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

Shades of Violet Blue #B451A6

Tints of Violet Blue #B451A6

Color information

#B451A6 (or 0xB451A6) is unknown color: approx Violet Blue. HEX triplet: B4, 51 and A6. RGB value is (180,81,166). Sum of RGB (Red+Green+Blue) = 180+81+166=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B451A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B451A6 is #4BAE59. Grayscale: #787878. Windows color (decimal): -4959834 or 10899892. OLE color: 10899892.

HSL color Cylindrical-coordinate representation of color #B451A6: hue angle of 308.48º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B451A6 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18081166-
CMYK00.550.080.29
HSL308.48º39.76%51.18%-
HSV(B)308.48º55%70.59%-
XYZ28.6518.3438.11-
YUV120.29153.8170.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 81 (32.03% from 255) = 18.97%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=42.15%
G=18.97%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808116600.550.080.29308.4839.7651.18
HexB451A603781D1342833
Octal26412124606710354645063
Binary101101001010001101001100110111100011101100110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451A6; }

 p { color: rgb(180,81,166); }

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

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

 a { background-color: rgb(180,81,166); }

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

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

 span { border-color: rgb(180,81,166); }

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