Html Css Color HEX #B032B1 Fuchsia

📋 copy color: '#B032B1'

red 176 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #B032B1

Tints of Fuchsia #B032B1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.41%

 BLUE value IS 177 (69.53% from 255) = 43.92%

R = 43.67%
G = 12.41%
B = 43.92%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B032B1 (or 0xB032B1) is known color: Fuchsia. HEX triplet: B0, 32 and B1. RGB value is (176,50,177). Sum of RGB (Red+Green+Blue) = 176+50+177=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #B032B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B032B1 is #4FCD4E. Grayscale: #656565. Windows color (decimal): -5229903 or 11612848. OLE color: 11612848.

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

Color convert

RGB 176 50 177 -
CMYK 0.01 0.72 0 0.31
HSL 299.53º 0.56% 0.45% -
HSV(B) 299.53º 0.72% 0.69% -
XYZ 26.98 14.69 43.01 -
YUV 102.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 176 50 177 0.01 0.72 0 0.31 299.53 0.56 0.45
Hex B0 32 B1 1 48 0 1F 12C 38 2D
Octal 260 62 261 1 110 0 37 454 70 55
Binary 10110000 110010 10110001 1 1001000 0 11111 100101100 111000 101101

Color Harmonies of #B032B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032B1

Black with #B032B1

Text Example


Text Example

White with #B032B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032B1; }

 p { color: rgb(176,50,177); }

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

background-color css

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

 a { background-color: rgb(176,50,177); }

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

border-color css

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

 span { border-color: rgb(176,50,177); }

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