Html Css Color HEX #B033A9 Fuchsia

📋 copy color: '#B033A9'

red 176 ◦ green 51 ◦ blue 169

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

Shades of Fuchsia #B033A9

Tints of Fuchsia #B033A9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

 BLUE value IS 169 (66.41% from 255) = 42.68%

R = 44.44%
G = 12.88%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B033A9 (or 0xB033A9) is known color: Fuchsia. HEX triplet: B0, 33 and A9. RGB value is (176,51,169). Sum of RGB (Red+Green+Blue) = 176+51+169=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B033A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B033A9 is #4FCC56. Grayscale: #656565. Windows color (decimal): -5229655 or 11088816. OLE color: 11088816.

HSL color Cylindrical-coordinate representation of color #B033A9: hue angle of 303.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B033A9 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 169 -
CMYK 0 0.71 0.04 0.31
HSL 303.36º 0.55% 0.45% -
HSV(B) 303.36º 0.71% 0.69% -
XYZ 26.25 14.46 38.94 -
YUV 101.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 176 51 169 0 0.71 0.04 0.31 303.36 0.55 0.45
Hex B0 33 A9 0 47 4 1F 12F 37 2D
Octal 260 63 251 0 107 4 37 457 67 55
Binary 10110000 110011 10101001 0 1000111 100 11111 100101111 110111 101101

Color Harmonies of #B033A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B033A9

Black with #B033A9

Text Example


Text Example

White with #B033A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B033A9; }

 p { color: rgb(176,51,169); }

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

background-color css

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

 a { background-color: rgb(176,51,169); }

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

border-color css

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

 span { border-color: rgb(176,51,169); }

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