Html Css Color HEX #B039B8 Fuchsia

📋 copy color: '#B039B8'

red 176 ◦ green 57 ◦ blue 184

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

Shades of Fuchsia #B039B8

Tints of Fuchsia #B039B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.12%

R = 42.21%
G = 13.67%
B = 44.12%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B039B8 (or 0xB039B8) is known color: Fuchsia. HEX triplet: B0, 39 and B8. RGB value is (176,57,184). Sum of RGB (Red+Green+Blue) = 176+57+184=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 184 - color contains mainly: blue. Hex color #B039B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039B8 is #4FC647. Grayscale: #6A6A6A. Windows color (decimal): -5228104 or 12073392. OLE color: 12073392.

HSL color Cylindrical-coordinate representation of color #B039B8: hue angle of 296.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B039B8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 57 184 -
CMYK 0.04 0.69 0 0.28
HSL 296.22º 0.53% 0.47% -
HSV(B) 296.22º 0.69% 0.72% -
XYZ 28.02 15.62 46.89 -
YUV 107.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 176 57 184 0.04 0.69 0 0.28 296.22 0.53 0.47
Hex B0 39 B8 4 45 0 1C 128 35 2F
Octal 260 71 270 4 105 0 34 450 65 57
Binary 10110000 111001 10111000 100 1000101 0 11100 100101000 110101 101111

Color Harmonies of #B039B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039B8

Black with #B039B8

Text Example


Text Example

White with #B039B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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