Html Css Color HEX #B039AF Fuchsia

📋 copy color: '#B039AF'

red 176 ◦ green 57 ◦ blue 175

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

Shades of Fuchsia #B039AF

Tints of Fuchsia #B039AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 43.14%
G = 13.97%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B039AF (or 0xB039AF) is known color: Fuchsia. HEX triplet: B0, 39 and AF. RGB value is (176,57,175). Sum of RGB (Red+Green+Blue) = 176+57+175=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B039AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039AF is #4FC650. Grayscale: #696969. Windows color (decimal): -5228113 or 11483568. OLE color: 11483568.

HSL color Cylindrical-coordinate representation of color #B039AF: hue angle of 300.5º 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 #B039AF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 175 -
CMYK 0 0.68 0.01 0.31
HSL 300.5º 0.51% 0.46% -
HSV(B) 300.5º 0.68% 0.69% -
XYZ 27.11 15.25 42.07 -
YUV 106.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 176 57 175 0 0.68 0.01 0.31 300.5 0.51 0.46
Hex B0 39 AF 0 44 1 1F 12D 33 2E
Octal 260 71 257 0 104 1 37 455 63 56
Binary 10110000 111001 10101111 0 1000100 1 11111 100101101 110011 101110

Color Harmonies of #B039AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039AF

Black with #B039AF

Text Example


Text Example

White with #B039AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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