Html Css Color HEX #B03DAC Fuchsia

📋 copy color: '#B03DAC'

red 176 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #B03DAC

Tints of Fuchsia #B03DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.91%

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

R = 43.03%
G = 14.91%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B03DAC (or 0xB03DAC) is known color: Fuchsia. HEX triplet: B0, 3D and AC. RGB value is (176,61,172). Sum of RGB (Red+Green+Blue) = 176+61+172=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B03DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DAC is #4FC253. Grayscale: #6B6B6B. Windows color (decimal): -5227092 or 11287984. OLE color: 11287984.

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

Color convert

RGB 176 61 172 -
CMYK 0 0.65 0.02 0.31
HSL 302.09º 0.49% 0.46% -
HSV(B) 302.09º 0.65% 0.69% -
XYZ 27.02 15.55 40.61 -
YUV 108.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 176 61 172 0 0.65 0.02 0.31 302.09 0.49 0.46
Hex B0 3D AC 0 41 2 1F 12E 31 2E
Octal 260 75 254 0 101 2 37 456 61 56
Binary 10110000 111101 10101100 0 1000001 10 11111 100101110 110001 101110

Color Harmonies of #B03DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DAC

Black with #B03DAC

Text Example


Text Example

White with #B03DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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