Html Css Color HEX #B3599D Violet Blue

📋 copy color: '#B3599D'

red 179 ◦ green 89 ◦ blue 157

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

Shades of Violet Blue #B3599D

Tints of Violet Blue #B3599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 42.12%
G = 20.94%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3599D (or 0xB3599D) is known color: Violet Blue. HEX triplet: B3, 59 and 9D. RGB value is (179,89,157). Sum of RGB (Red+Green+Blue) = 179+89+157=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3599D is #4CA662. Grayscale: #7B7B7B. Windows color (decimal): -5023331 or 10312115. OLE color: 10312115.

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

Color convert

RGB 179 89 157 -
CMYK 0 0.50 0.12 0.30
HSL 314.67º 0.37% 0.53% -
HSV(B) 314.67º 0.5% 0.7% -
XYZ 28.25 19.16 34.11 -
YUV 123.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 179 89 157 0 0.50 0.12 0.30 314.67 0.37 0.53
Hex B3 59 9D 0 32 C 1E 13B 25 35
Octal 263 131 235 0 62 14 36 473 45 65
Binary 10110011 1011001 10011101 0 110010 1100 11110 100111011 100101 110101

Color Harmonies of #B3599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3599D

Black with #B3599D

Text Example


Text Example

White with #B3599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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