#B458A5

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

Shades of Violet Blue #B458A5

Tints of Violet Blue #B458A5

Color information

#B458A5 (or 0xB458A5) is unknown color: approx Violet Blue. HEX triplet: B4, 58 and A5. RGB value is (180,88,165). Sum of RGB (Red+Green+Blue) = 180+88+165=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B458A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458A5 is #4BA75A. Grayscale: #7C7C7C. Windows color (decimal): -4958043 or 10836148. OLE color: 10836148.

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

Color convert

RGB18088165-
CMYK00.510.080.29
HSL309.78º38.02%52.55%-
HSV(B)309.78º51.11%70.59%-
XYZ29.119.437.81-
YUV124.29150.98167.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=41.57%
G=20.32%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808816500.510.080.29309.7838.0252.55
HexB458A503381D1362635
Octal26413024506310354664665
Binary101101001011000101001010110011100011101100110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458A5; }

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

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

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

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

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

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

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

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