Html Css Color HEX #B03FAC Fuchsia

📋 copy color: '#B03FAC'

red 176 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #B03FAC

Tints of Fuchsia #B03FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 42.82%
G = 15.33%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B03FAC (or 0xB03FAC) is known color: Fuchsia. HEX triplet: B0, 3F and AC. RGB value is (176,63,172). Sum of RGB (Red+Green+Blue) = 176+63+172=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B03FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03FAC is #4FC053. Grayscale: #6C6C6C. Windows color (decimal): -5226580 or 11288496. OLE color: 11288496.

HSL color Cylindrical-coordinate representation of color #B03FAC: hue angle of 302.12º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03FAC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 63 172 -
CMYK 0 0.64 0.02 0.31
HSL 302.12º 0.47% 0.47% -
HSV(B) 302.12º 0.64% 0.69% -
XYZ 27.13 15.76 40.64 -
YUV 109.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 176 63 172 0 0.64 0.02 0.31 302.12 0.47 0.47
Hex B0 3F AC 0 40 2 1F 12E 2F 2F
Octal 260 77 254 0 100 2 37 456 57 57
Binary 10110000 111111 10101100 0 1000000 10 11111 100101110 101111 101111

Color Harmonies of #B03FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FAC

Black with #B03FAC

Text Example


Text Example

White with #B03FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FAC; }

 p { color: rgb(176,63,172); }

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

background-color css

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

 a { background-color: rgb(176,63,172); }

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

border-color css

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

 span { border-color: rgb(176,63,172); }

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