Html Css Color HEX #B03FBA Fuchsia

📋 copy color: '#B03FBA'

red 176 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B03FBA

Tints of Fuchsia #B03FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 41.41%
G = 14.82%
B = 43.76%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B03FBA (or 0xB03FBA) is known color: Fuchsia. HEX triplet: B0, 3F and BA. RGB value is (176,63,186). Sum of RGB (Red+Green+Blue) = 176+63+186=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #B03FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FBA is #4FC045. Grayscale: #6E6E6E. Windows color (decimal): -5226566 or 12206000. OLE color: 12206000.

HSL color Cylindrical-coordinate representation of color #B03FBA: hue angle of 295.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03FBA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 63 186 -
CMYK 0.05 0.66 0 0.27
HSL 295.12º 0.49% 0.49% -
HSV(B) 295.12º 0.66% 0.73% -
XYZ 28.54 16.33 48.1 -
YUV 110.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 176 63 186 0.05 0.66 0 0.27 295.12 0.49 0.49
Hex B0 3F BA 5 42 0 1B 127 31 31
Octal 260 77 272 5 102 0 33 447 61 61
Binary 10110000 111111 10111010 101 1000010 0 11011 100100111 110001 110001

Color Harmonies of #B03FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FBA

Black with #B03FBA

Text Example


Text Example

White with #B03FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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