Html Css Color HEX #B350A2 Violet Blue

📋 copy color: '#B350A2'

red 179 ◦ green 80 ◦ blue 162

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

Shades of Violet Blue #B350A2

Tints of Violet Blue #B350A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 42.52%
G = 19%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B350A2 (or 0xB350A2) is known color: Violet Blue. HEX triplet: B3, 50 and A2. RGB value is (179,80,162). Sum of RGB (Red+Green+Blue) = 179+80+162=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B350A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350A2 is #4CAF5D. Grayscale: #767676. Windows color (decimal): -5025630 or 10637491. OLE color: 10637491.

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

Color convert

RGB 179 80 162 -
CMYK 0 0.55 0.09 0.30
HSL 310.3º 0.39% 0.51% -
HSV(B) 310.3º 0.55% 0.7% -
XYZ 27.98 17.93 36.17 -
YUV 118.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 179 80 162 0 0.55 0.09 0.30 310.3 0.39 0.51
Hex B3 50 A2 0 37 9 1E 136 27 33
Octal 263 120 242 0 67 11 36 466 47 63
Binary 10110011 1010000 10100010 0 110111 1001 11110 100110110 100111 110011

Color Harmonies of #B350A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350A2

Black with #B350A2

Text Example


Text Example

White with #B350A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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