Html Css Color HEX #B35FA2 Violet Blue

📋 copy color: '#B35FA2'

red 179 ◦ green 95 ◦ blue 162

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

Shades of Violet Blue #B35FA2

Tints of Violet Blue #B35FA2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.79%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 41.06%
G = 21.79%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B35FA2 (or 0xB35FA2) is known color: Violet Blue. HEX triplet: B3, 5F and A2. RGB value is (179,95,162). Sum of RGB (Red+Green+Blue) = 179+95+162=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B35FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35FA2 is #4CA05D. Grayscale: #7F7F7F. Windows color (decimal): -5021790 or 10641331. OLE color: 10641331.

HSL color Cylindrical-coordinate representation of color #B35FA2: hue angle of 312.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35FA2 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 95 162 -
CMYK 0 0.47 0.09 0.30
HSL 312.14º 0.36% 0.54% -
HSV(B) 312.14º 0.47% 0.7% -
XYZ 29.2 20.38 36.58 -
YUV 127.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 179 95 162 0 0.47 0.09 0.30 312.14 0.36 0.54
Hex B3 5F A2 0 2F 9 1E 138 24 36
Octal 263 137 242 0 57 11 36 470 44 66
Binary 10110011 1011111 10100010 0 101111 1001 11110 100111000 100100 110110

Color Harmonies of #B35FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35FA2

Black with #B35FA2

Text Example


Text Example

White with #B35FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35FA2; }

 p { color: rgb(179,95,162); }

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

background-color css

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

 a { background-color: rgb(179,95,162); }

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

border-color css

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

 span { border-color: rgb(179,95,162); }

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