Html Css Color HEX #B03AAE Fuchsia

📋 copy color: '#B03AAE'

red 176 ◦ green 58 ◦ blue 174

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

Shades of Fuchsia #B03AAE

Tints of Fuchsia #B03AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.22%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 43.14%
G = 14.22%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B03AAE (or 0xB03AAE) is known color: Fuchsia. HEX triplet: B0, 3A and AE. RGB value is (176,58,174). Sum of RGB (Red+Green+Blue) = 176+58+174=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B03AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03AAE is #4FC551. Grayscale: #6A6A6A. Windows color (decimal): -5227858 or 11418288. OLE color: 11418288.

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

Color convert

RGB 176 58 174 -
CMYK 0 0.67 0.01 0.31
HSL 301.02º 0.5% 0.46% -
HSV(B) 301.02º 0.67% 0.69% -
XYZ 27.06 15.31 41.57 -
YUV 106.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 176 58 174 0 0.67 0.01 0.31 301.02 0.5 0.46
Hex B0 3A AE 0 43 1 1F 12D 32 2E
Octal 260 72 256 0 103 1 37 455 62 56
Binary 10110000 111010 10101110 0 1000011 1 11111 100101101 110010 101110

Color Harmonies of #B03AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03AAE

Black with #B03AAE

Text Example


Text Example

White with #B03AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03AAE; }

 p { color: rgb(176,58,174); }

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

background-color css

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

 a { background-color: rgb(176,58,174); }

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

border-color css

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

 span { border-color: rgb(176,58,174); }

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