#B452A7

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

Shades of Violet Blue #B452A7

Tints of Violet Blue #B452A7

Color information

#B452A7 (or 0xB452A7) is unknown color: approx Violet Blue. HEX triplet: B4, 52 and A7. RGB value is (180,82,167). Sum of RGB (Red+Green+Blue) = 180+82+167=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B452A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452A7 is #4BAD58. Grayscale: #787878. Windows color (decimal): -4959577 or 10965684. OLE color: 10965684.

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

Color convert

RGB18082167-
CMYK00.540.070.29
HSL307.96º39.52%51.37%-
HSV(B)307.96º54.44%70.59%-
XYZ28.8118.5338.62-
YUV120.99153.97170.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=41.96%
G=19.11%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808216700.540.070.29307.9639.5251.37
HexB452A703671D1342833
Octal2641222470667354645063
Binary10110100101001010100111011011011111101100110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452A7; }

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

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

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

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

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

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

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

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