Html Css Color HEX #B350A9 Violet Blue

📋 copy color: '#B350A9'

red 179 ◦ green 80 ◦ blue 169

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

Shades of Violet Blue #B350A9

Tints of Violet Blue #B350A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.49%

R = 41.82%
G = 18.69%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B350A9 (or 0xB350A9) is known color: Violet Blue. HEX triplet: B3, 50 and A9. RGB value is (179,80,169). Sum of RGB (Red+Green+Blue) = 179+80+169=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B350A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350A9 is #4CAF56. Grayscale: #777777. Windows color (decimal): -5025623 or 11096243. OLE color: 11096243.

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

Color convert

RGB 179 80 169 -
CMYK 0 0.55 0.06 0.30
HSL 306.06º 0.39% 0.51% -
HSV(B) 306.06º 0.55% 0.7% -
XYZ 28.62 18.19 39.54 -
YUV 119.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 179 80 169 0 0.55 0.06 0.30 306.06 0.39 0.51
Hex B3 50 A9 0 37 6 1E 132 27 33
Octal 263 120 251 0 67 6 36 462 47 63
Binary 10110011 1010000 10101001 0 110111 110 11110 100110010 100111 110011

Color Harmonies of #B350A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350A9

Black with #B350A9

Text Example


Text Example

White with #B350A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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