Html Css Color HEX #B359A0 Violet Blue

📋 copy color: '#B359A0'

red 179 ◦ green 89 ◦ blue 160

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

Shades of Violet Blue #B359A0

Tints of Violet Blue #B359A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 41.82%
G = 20.79%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B359A0 (or 0xB359A0) is known color: Violet Blue. HEX triplet: B3, 59 and A0. RGB value is (179,89,160). Sum of RGB (Red+Green+Blue) = 179+89+160=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B359A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B359A0 is #4CA65F. Grayscale: #7B7B7B. Windows color (decimal): -5023328 or 10508723. OLE color: 10508723.

HSL color Cylindrical-coordinate representation of color #B359A0: hue angle of 312.67º 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 #B359A0 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 160 -
CMYK 0 0.50 0.11 0.30
HSL 312.67º 0.37% 0.53% -
HSV(B) 312.67º 0.5% 0.7% -
XYZ 28.51 19.27 35.47 -
YUV 124 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 179 89 160 0 0.50 0.11 0.30 312.67 0.37 0.53
Hex B3 59 A0 0 32 B 1E 139 25 35
Octal 263 131 240 0 62 13 36 471 45 65
Binary 10110011 1011001 10100000 0 110010 1011 11110 100111001 100101 110101

Color Harmonies of #B359A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359A0

Black with #B359A0

Text Example


Text Example

White with #B359A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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