Html Css Color HEX #B35AAA Violet Blue

📋 copy color: '#B35AAA'

red 179 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #B35AAA

Tints of Violet Blue #B35AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.5%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 40.77%
G = 20.5%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B35AAA (or 0xB35AAA) is known color: Violet Blue. HEX triplet: B3, 5A and AA. RGB value is (179,90,170). Sum of RGB (Red+Green+Blue) = 179+90+170=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B35AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35AAA is #4CA555. Grayscale: #7D7D7D. Windows color (decimal): -5023062 or 11164339. OLE color: 11164339.

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

Color convert

RGB 179 90 170 -
CMYK 0 0.50 0.05 0.30
HSL 306.07º 0.37% 0.53% -
HSV(B) 306.07º 0.5% 0.7% -
XYZ 29.5 19.8 40.3 -
YUV 125.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 179 90 170 0 0.50 0.05 0.30 306.07 0.37 0.53
Hex B3 5A AA 0 32 5 1E 132 25 35
Octal 263 132 252 0 62 5 36 462 45 65
Binary 10110011 1011010 10101010 0 110010 101 11110 100110010 100101 110101

Color Harmonies of #B35AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35AAA

Black with #B35AAA

Text Example


Text Example

White with #B35AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35AAA; }

 p { color: rgb(179,90,170); }

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

background-color css

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

 a { background-color: rgb(179,90,170); }

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

border-color css

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

 span { border-color: rgb(179,90,170); }

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