Html Css Color HEX #B046AB Fuchsia

📋 copy color: '#B046AB'

red 176 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #B046AB

Tints of Fuchsia #B046AB

RGB

 RED value IS 176 (69.14% from 255) = 42.21%

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

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

R = 42.21%
G = 16.79%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B046AB (or 0xB046AB) is known color: Fuchsia. HEX triplet: B0, 46 and AB. RGB value is (176,70,171). Sum of RGB (Red+Green+Blue) = 176+70+171=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B046AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046AB is #4FB954. Grayscale: #707070. Windows color (decimal): -5224789 or 11224752. OLE color: 11224752.

HSL color Cylindrical-coordinate representation of color #B046AB: hue angle of 302.83º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B046AB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 171 -
CMYK 0 0.60 0.03 0.31
HSL 302.83º 0.43% 0.48% -
HSV(B) 302.83º 0.6% 0.69% -
XYZ 27.45 16.55 40.28 -
YUV 113.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 176 70 171 0 0.60 0.03 0.31 302.83 0.43 0.48
Hex B0 46 AB 0 3C 3 1F 12F 2B 30
Octal 260 106 253 0 74 3 37 457 53 60
Binary 10110000 1000110 10101011 0 111100 11 11111 100101111 101011 110000

Color Harmonies of #B046AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046AB

Black with #B046AB

Text Example


Text Example

White with #B046AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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