Html Css Color HEX #B358AB Violet Blue

📋 copy color: '#B358AB'

red 179 ◦ green 88 ◦ blue 171

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

Shades of Violet Blue #B358AB

Tints of Violet Blue #B358AB

RGB

 RED value IS 179 (70.31% from 255) = 40.87%

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 40.87%
G = 20.09%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B358AB (or 0xB358AB) is known color: Violet Blue. HEX triplet: B3, 58 and AB. RGB value is (179,88,171). Sum of RGB (Red+Green+Blue) = 179+88+171=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B358AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358AB is #4CA754. Grayscale: #7C7C7C. Windows color (decimal): -5023573 or 11229363. OLE color: 11229363.

HSL color Cylindrical-coordinate representation of color #B358AB: hue angle of 305.27º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B358AB is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 88 171 -
CMYK 0 0.51 0.04 0.30
HSL 305.27º 0.37% 0.52% -
HSV(B) 305.27º 0.51% 0.7% -
XYZ 29.43 19.5 40.74 -
YUV 124.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 179 88 171 0 0.51 0.04 0.30 305.27 0.37 0.52
Hex B3 58 AB 0 33 4 1E 131 25 34
Octal 263 130 253 0 63 4 36 461 45 64
Binary 10110011 1011000 10101011 0 110011 100 11110 100110001 100101 110100

Color Harmonies of #B358AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358AB

Black with #B358AB

Text Example


Text Example

White with #B358AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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