#B458AB

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

Shades of Violet Blue #B458AB

Tints of Violet Blue #B458AB

Color information

#B458AB (or 0xB458AB) is unknown color: approx Violet Blue. HEX triplet: B4, 58 and AB. RGB value is (180,88,171). Sum of RGB (Red+Green+Blue) = 180+88+171=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B458AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458AB is #4BA754. Grayscale: #7C7C7C. Windows color (decimal): -4958037 or 11229364. OLE color: 11229364.

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

Color convert

RGB18088171-
CMYK00.510.050.29
HSL305.87º38.02%52.55%-
HSV(B)305.87º51.11%70.59%-
XYZ29.6619.6240.75-
YUV124.97153.98167.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=41.00%
G=20.05%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808817100.510.050.29305.8738.0252.55
HexB458AB03351D1322635
Octal2641302530635354624665
Binary10110100101100010101011011001110111101100110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458AB; }

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

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

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

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

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

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

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

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