Html Css Color HEX #B03FB2 Fuchsia

📋 copy color: '#B03FB2'

red 176 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #B03FB2

Tints of Fuchsia #B03FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 42.21%
G = 15.11%
B = 42.69%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B03FB2 (or 0xB03FB2) is known color: Fuchsia. HEX triplet: B0, 3F and B2. RGB value is (176,63,178). Sum of RGB (Red+Green+Blue) = 176+63+178=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 178 - color contains mainly: blue. Hex color #B03FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03FB2 is #4FC04D. Grayscale: #6D6D6D. Windows color (decimal): -5226574 or 11681712. OLE color: 11681712.

HSL color Cylindrical-coordinate representation of color #B03FB2: hue angle of 298.96º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03FB2 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 63 178 -
CMYK 0.01 0.65 0 0.30
HSL 298.96º 0.48% 0.47% -
HSV(B) 298.96º 0.65% 0.7% -
XYZ 27.72 16 43.75 -
YUV 109.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 176 63 178 0.01 0.65 0 0.30 298.96 0.48 0.47
Hex B0 3F B2 1 41 0 1E 12B 30 2F
Octal 260 77 262 1 101 0 36 453 60 57
Binary 10110000 111111 10110010 1 1000001 0 11110 100101011 110000 101111

Color Harmonies of #B03FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FB2

Black with #B03FB2

Text Example


Text Example

White with #B03FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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