Html Css Color HEX #B058A8 Violet Blue

📋 copy color: '#B058A8'

red 176 ◦ green 88 ◦ blue 168

#B058A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B058A8

Tints of Violet Blue #B058A8

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

 GREEN value IS 88 (34.77% from 255) = 20.37%

 BLUE value IS 168 (66.02% from 255) = 38.89%

R = 40.74%
G = 20.37%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B058A8 (or 0xB058A8) is known color: Violet Blue. HEX triplet: B0, 58 and A8. RGB value is (176,88,168). Sum of RGB (Red+Green+Blue) = 176+88+168=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B058A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B058A8 is #4FA757. Grayscale: #7B7B7B. Windows color (decimal): -5220184 or 11032752. OLE color: 11032752.

HSL color Cylindrical-coordinate representation of color #B058A8: hue angle of 305.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B058A8 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 168 -
CMYK 0 0.50 0.05 0.31
HSL 305.45º 0.36% 0.52% -
HSV(B) 305.45º 0.5% 0.69% -
XYZ 28.46 19.04 39.22 -
YUV 123.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 176 88 168 0 0.50 0.05 0.31 305.45 0.36 0.52
Hex B0 58 A8 0 32 5 1F 131 24 34
Octal 260 130 250 0 62 5 37 461 44 64
Binary 10110000 1011000 10101000 0 110010 101 11111 100110001 100100 110100

Color Harmonies of #B058A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058A8

Black with #B058A8

Text Example


Text Example

White with #B058A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058A8; }

 p { color: rgb(176,88,168); }

 H1.HeaderClassName
 {
   color: #B058A8;
 }
 .AnyTagClassName
 {
   color: #B058A8;
 }
</style>

background-color css

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

 a { background-color: rgb(176,88,168); }

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

border-color css

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

 span { border-color: rgb(176,88,168); }

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