Html Css Color HEX #B359A8 Violet Blue

📋 copy color: '#B359A8'

red 179 ◦ green 89 ◦ blue 168

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

Shades of Violet Blue #B359A8

Tints of Violet Blue #B359A8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

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

R = 41.06%
G = 20.41%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B359A8 (or 0xB359A8) is known color: Violet Blue. HEX triplet: B3, 59 and A8. RGB value is (179,89,168). Sum of RGB (Red+Green+Blue) = 179+89+168=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B359A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B359A8 is #4CA657. Grayscale: #7C7C7C. Windows color (decimal): -5023320 or 11033011. OLE color: 11033011.

HSL color Cylindrical-coordinate representation of color #B359A8: hue angle of 307.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B359A8 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 168 -
CMYK 0 0.50 0.06 0.30
HSL 307.33º 0.37% 0.53% -
HSV(B) 307.33º 0.5% 0.7% -
XYZ 29.23 19.56 39.28 -
YUV 124.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 179 89 168 0 0.50 0.06 0.30 307.33 0.37 0.53
Hex B3 59 A8 0 32 6 1E 133 25 35
Octal 263 131 250 0 62 6 36 463 45 65
Binary 10110011 1011001 10101000 0 110010 110 11110 100110011 100101 110101

Color Harmonies of #B359A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359A8

Black with #B359A8

Text Example


Text Example

White with #B359A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359A8; }

 p { color: rgb(179,89,168); }

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

background-color css

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

 a { background-color: rgb(179,89,168); }

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

border-color css

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

 span { border-color: rgb(179,89,168); }

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