#B451A7

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

Shades of Violet Blue #B451A7

Tints of Violet Blue #B451A7

Color information

#B451A7 (or 0xB451A7) is unknown color: approx Violet Blue. HEX triplet: B4, 51 and A7. RGB value is (180,81,167). Sum of RGB (Red+Green+Blue) = 180+81+167=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B451A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B451A7 is #4BAE58. Grayscale: #787878. Windows color (decimal): -4959833 or 10965428. OLE color: 10965428.

HSL color Cylindrical-coordinate representation of color #B451A7: hue angle of 307.88º 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 #B451A7 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18081167-
CMYK00.550.070.29
HSL307.88º39.76%51.18%-
HSV(B)307.88º55%70.59%-
XYZ28.7418.3838.59-
YUV120.4154.3170.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=42.06%
G=18.93%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808116700.550.070.29307.8839.7651.18
HexB451A703771D1342833
Octal2641212470677354645063
Binary10110100101000110100111011011111111101100110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451A7; }

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

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

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

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

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

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

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

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