Html Css Color HEX #B446AB Fuchsia

📋 copy color: '#B446AB'

red 180 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #B446AB

Tints of Fuchsia #B446AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.63%

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 42.76%
G = 16.63%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B446AB (or 0xB446AB) is known color: Fuchsia. HEX triplet: B4, 46 and AB. RGB value is (180,70,171). Sum of RGB (Red+Green+Blue) = 180+70+171=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B446AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B446AB is #4BB954. Grayscale: #727272. Windows color (decimal): -4962645 or 11224756. OLE color: 11224756.

HSL color Cylindrical-coordinate representation of color #B446AB: hue angle of 304.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B446AB is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 70 171 -
CMYK 0 0.61 0.05 0.29
HSL 304.91º 0.44% 0.49% -
HSV(B) 304.91º 0.61% 0.71% -
XYZ 28.36 17.02 40.32 -
YUV 114.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 180 70 171 0 0.61 0.05 0.29 304.91 0.44 0.49
Hex B4 46 AB 0 3D 5 1D 131 2C 31
Octal 264 106 253 0 75 5 35 461 54 61
Binary 10110100 1000110 10101011 0 111101 101 11101 100110001 101100 110001

Color Harmonies of #B446AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446AB

Black with #B446AB

Text Example


Text Example

White with #B446AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446AB; }

 p { color: rgb(180,70,171); }

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

background-color css

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

 a { background-color: rgb(180,70,171); }

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

border-color css

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

 span { border-color: rgb(180,70,171); }

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