Html Css Color HEX #B32DB2 Fuchsia

📋 copy color: '#B32DB2'

red 179 ◦ green 45 ◦ blue 178

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

Shades of Fuchsia #B32DB2

Tints of Fuchsia #B32DB2

RGB

 RED value IS 179 (70.31% from 255) = 44.53%

 GREEN value IS 45 (17.97% from 255) = 11.19%

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

R = 44.53%
G = 11.19%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B32DB2 (or 0xB32DB2) is known color: Fuchsia. HEX triplet: B3, 2D and B2. RGB value is (179,45,178). Sum of RGB (Red+Green+Blue) = 179+45+178=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B32DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32DB2 is #4CD24D. Grayscale: #636363. Windows color (decimal): -5034574 or 11677107. OLE color: 11677107.

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

Color convert

RGB 179 45 178 -
CMYK 0 0.75 0.01 0.30
HSL 300.45º 0.6% 0.44% -
HSV(B) 300.45º 0.75% 0.7% -
XYZ 27.56 14.67 43.5 -
YUV 100.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 179 45 178 0 0.75 0.01 0.30 300.45 0.6 0.44
Hex B3 2D B2 0 4B 1 1E 12C 3C 2C
Octal 263 55 262 0 113 1 36 454 74 54
Binary 10110011 101101 10110010 0 1001011 1 11110 100101100 111100 101100

Color Harmonies of #B32DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DB2

Black with #B32DB2

Text Example


Text Example

White with #B32DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DB2; }

 p { color: rgb(179,45,178); }

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

background-color css

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

 a { background-color: rgb(179,45,178); }

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

border-color css

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

 span { border-color: rgb(179,45,178); }

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