Html Css Color HEX #B449A2 Violet Blue

📋 copy color: '#B449A2'

red 180 ◦ green 73 ◦ blue 162

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

Shades of Violet Blue #B449A2

Tints of Violet Blue #B449A2

RGB

 RED value IS 180 (70.7% from 255) = 43.37%

 GREEN value IS 73 (28.91% from 255) = 17.59%

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

R = 43.37%
G = 17.59%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B449A2 (or 0xB449A2) is known color: Violet Blue. HEX triplet: B4, 49 and A2. RGB value is (180,73,162). Sum of RGB (Red+Green+Blue) = 180+73+162=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B449A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449A2 is #4BB65D. Grayscale: #727272. Windows color (decimal): -4961886 or 10635700. OLE color: 10635700.

HSL color Cylindrical-coordinate representation of color #B449A2: hue angle of 310.09º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B449A2 is Cyan = 0, Magento = 0.59, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 162 -
CMYK 0 0.59 0.1 0.29
HSL 310.09º 0.42% 0.5% -
HSV(B) 310.09º 0.59% 0.71% -
XYZ 27.73 17.08 36.02 -
YUV 115.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 180 73 162 0 0.59 0.1 0.29 310.09 0.42 0.5
Hex B4 49 A2 0 3B A 1D 136 2A 32
Octal 264 111 242 0 73 12 35 466 52 62
Binary 10110100 1001001 10100010 0 111011 1010 11101 100110110 101010 110010

Color Harmonies of #B449A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449A2

Black with #B449A2

Text Example


Text Example

White with #B449A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449A2; }

 p { color: rgb(180,73,162); }

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

background-color css

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

 a { background-color: rgb(180,73,162); }

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

border-color css

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

 span { border-color: rgb(180,73,162); }

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