Html Css Color HEX #B449A8 Fuchsia

📋 copy color: '#B449A8'

red 180 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #B449A8

Tints of Fuchsia #B449A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 42.76%
G = 17.34%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B449A8 (or 0xB449A8) is known color: Fuchsia. HEX triplet: B4, 49 and A8. RGB value is (180,73,168). Sum of RGB (Red+Green+Blue) = 180+73+168=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B449A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449A8 is #4BB657. Grayscale: #737373. Windows color (decimal): -4961880 or 11028916. OLE color: 11028916.

HSL color Cylindrical-coordinate representation of color #B449A8: hue angle of 306.73º 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 #B449A8 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 168 -
CMYK 0 0.59 0.07 0.29
HSL 306.73º 0.42% 0.5% -
HSV(B) 306.73º 0.59% 0.71% -
XYZ 28.27 17.3 38.89 -
YUV 115.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 180 73 168 0 0.59 0.07 0.29 306.73 0.42 0.5
Hex B4 49 A8 0 3B 7 1D 133 2A 32
Octal 264 111 250 0 73 7 35 463 52 62
Binary 10110100 1001001 10101000 0 111011 111 11101 100110011 101010 110010

Color Harmonies of #B449A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449A8

Black with #B449A8

Text Example


Text Example

White with #B449A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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