Html Css Color HEX #B35BA6 Violet Blue

📋 copy color: '#B35BA6'

red 179 ◦ green 91 ◦ blue 166

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

Shades of Violet Blue #B35BA6

Tints of Violet Blue #B35BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

 BLUE value IS 166 (65.23% from 255) = 38.07%

R = 41.06%
G = 20.87%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B35BA6 (or 0xB35BA6) is known color: Violet Blue. HEX triplet: B3, 5B and A6. RGB value is (179,91,166). Sum of RGB (Red+Green+Blue) = 179+91+166=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B35BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35BA6 is #4CA459. Grayscale: #7D7D7D. Windows color (decimal): -5022810 or 10902451. OLE color: 10902451.

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

Color convert

RGB 179 91 166 -
CMYK 0 0.49 0.07 0.30
HSL 308.86º 0.37% 0.53% -
HSV(B) 308.86º 0.49% 0.7% -
XYZ 29.21 19.82 38.36 -
YUV 125.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 179 91 166 0 0.49 0.07 0.30 308.86 0.37 0.53
Hex B3 5B A6 0 31 7 1E 135 25 35
Octal 263 133 246 0 61 7 36 465 45 65
Binary 10110011 1011011 10100110 0 110001 111 11110 100110101 100101 110101

Color Harmonies of #B35BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35BA6

Black with #B35BA6

Text Example


Text Example

White with #B35BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35BA6; }

 p { color: rgb(179,91,166); }

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

background-color css

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

 a { background-color: rgb(179,91,166); }

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

border-color css

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

 span { border-color: rgb(179,91,166); }

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