#B458A4

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

Shades of Violet Blue #B458A4

Tints of Violet Blue #B458A4

Color information

#B458A4 (or 0xB458A4) is unknown color: approx Violet Blue. HEX triplet: B4, 58 and A4. RGB value is (180,88,164). Sum of RGB (Red+Green+Blue) = 180+88+164=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B458A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458A4 is #4BA75B. Grayscale: #7B7B7B. Windows color (decimal): -4958044 or 10770612. OLE color: 10770612.

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

Color convert

RGB18088164-
CMYK00.510.090.29
HSL310.43º38.02%52.55%-
HSV(B)310.43º51.11%70.59%-
XYZ29.0119.3637.33-
YUV124.17150.48167.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=41.67%
G=20.37%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808816400.510.090.29310.4338.0252.55
HexB458A403391D1362635
Octal26413024406311354664665
Binary101101001011000101001000110011100111101100110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458A4; }

 p { color: rgb(180,88,164); }

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

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

 a { background-color: rgb(180,88,164); }

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

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

 span { border-color: rgb(180,88,164); }

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