Html Css Color HEX #B039AB Fuchsia

📋 copy color: '#B039AB'

red 176 ◦ green 57 ◦ blue 171

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

Shades of Fuchsia #B039AB

Tints of Fuchsia #B039AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.11%

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

R = 43.56%
G = 14.11%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B039AB (or 0xB039AB) is known color: Fuchsia. HEX triplet: B0, 39 and AB. RGB value is (176,57,171). Sum of RGB (Red+Green+Blue) = 176+57+171=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B039AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039AB is #4FC654. Grayscale: #696969. Windows color (decimal): -5228117 or 11221424. OLE color: 11221424.

HSL color Cylindrical-coordinate representation of color #B039AB: hue angle of 302.52º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B039AB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 171 -
CMYK 0 0.68 0.03 0.31
HSL 302.52º 0.51% 0.46% -
HSV(B) 302.52º 0.68% 0.69% -
XYZ 26.72 15.1 40.03 -
YUV 105.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 176 57 171 0 0.68 0.03 0.31 302.52 0.51 0.46
Hex B0 39 AB 0 44 3 1F 12F 33 2E
Octal 260 71 253 0 104 3 37 457 63 56
Binary 10110000 111001 10101011 0 1000100 11 11111 100101111 110011 101110

Color Harmonies of #B039AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039AB

Black with #B039AB

Text Example


Text Example

White with #B039AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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