Html Css Color HEX #B35CA2 Violet Blue

📋 copy color: '#B35CA2'

red 179 ◦ green 92 ◦ blue 162

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

Shades of Violet Blue #B35CA2

Tints of Violet Blue #B35CA2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.25%

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

R = 41.34%
G = 21.25%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B35CA2 (or 0xB35CA2) is known color: Violet Blue. HEX triplet: B3, 5C and A2. RGB value is (179,92,162). Sum of RGB (Red+Green+Blue) = 179+92+162=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B35CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35CA2 is #4CA35D. Grayscale: #7D7D7D. Windows color (decimal): -5022558 or 10640563. OLE color: 10640563.

HSL color Cylindrical-coordinate representation of color #B35CA2: hue angle of 311.72º degrees, saturation: 0.36, 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 #B35CA2 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 92 162 -
CMYK 0 0.49 0.09 0.30
HSL 311.72º 0.36% 0.53% -
HSV(B) 311.72º 0.49% 0.7% -
XYZ 28.94 19.85 36.49 -
YUV 125.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 179 92 162 0 0.49 0.09 0.30 311.72 0.36 0.53
Hex B3 5C A2 0 31 9 1E 138 24 35
Octal 263 134 242 0 61 11 36 470 44 65
Binary 10110011 1011100 10100010 0 110001 1001 11110 100111000 100100 110101

Color Harmonies of #B35CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CA2

Black with #B35CA2

Text Example


Text Example

White with #B35CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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