Html Css Color HEX #B449B5 Fuchsia

📋 copy color: '#B449B5'

red 180 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #B449B5

Tints of Fuchsia #B449B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 41.47%
G = 16.82%
B = 41.71%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B449B5 (or 0xB449B5) is known color: Fuchsia. HEX triplet: B4, 49 and B5. RGB value is (180,73,181). Sum of RGB (Red+Green+Blue) = 180+73+181=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #B449B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449B5 is #4BB64A. Grayscale: #747474. Windows color (decimal): -4961867 or 11880884. OLE color: 11880884.

HSL color Cylindrical-coordinate representation of color #B449B5: hue angle of 299.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B449B5 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 181 -
CMYK 0.01 0.60 0 0.29
HSL 299.44º 0.43% 0.5% -
HSV(B) 299.44º 0.6% 0.71% -
XYZ 29.55 17.8 45.6 -
YUV 117.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 180 73 181 0.01 0.60 0 0.29 299.44 0.43 0.5
Hex B4 49 B5 1 3C 0 1D 12B 2B 32
Octal 264 111 265 1 74 0 35 453 53 62
Binary 10110100 1001001 10110101 1 111100 0 11101 100101011 101011 110010

Color Harmonies of #B449B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449B5

Black with #B449B5

Text Example


Text Example

White with #B449B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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