Html Css Color HEX #B449B9 Fuchsia

📋 copy color: '#B449B9'

red 180 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #B449B9

Tints of Fuchsia #B449B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 41.1%
G = 16.67%
B = 42.24%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B449B9 (or 0xB449B9) is known color: Fuchsia. HEX triplet: B4, 49 and B9. RGB value is (180,73,185). Sum of RGB (Red+Green+Blue) = 180+73+185=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #B449B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449B9 is #4BB646. Grayscale: #757575. Windows color (decimal): -4961863 or 12143028. OLE color: 12143028.

HSL color Cylindrical-coordinate representation of color #B449B9: hue angle of 297.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B449B9 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 73 185 -
CMYK 0.03 0.61 0 0.27
HSL 297.32º 0.44% 0.51% -
HSV(B) 297.32º 0.61% 0.73% -
XYZ 29.96 17.97 47.79 -
YUV 117.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 180 73 185 0.03 0.61 0 0.27 297.32 0.44 0.51
Hex B4 49 B9 3 3D 0 1B 129 2C 33
Octal 264 111 271 3 75 0 33 451 54 63
Binary 10110100 1001001 10111001 11 111101 0 11011 100101001 101100 110011

Color Harmonies of #B449B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449B9

Black with #B449B9

Text Example


Text Example

White with #B449B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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