Html Css Color HEX #B32CB2 Fuchsia

📋 copy color: '#B32CB2'

red 179 ◦ green 44 ◦ blue 178

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

Shades of Fuchsia #B32CB2

Tints of Fuchsia #B32CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.97%

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

R = 44.64%
G = 10.97%
B = 44.39%

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

#B32CB2 (or 0xB32CB2) is known color: Fuchsia. HEX triplet: B3, 2C and B2. RGB value is (179,44,178). Sum of RGB (Red+Green+Blue) = 179+44+178=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B32CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32CB2 is #4CD34D. Grayscale: #636363. Windows color (decimal): -5034830 or 11676851. OLE color: 11676851.

HSL color Cylindrical-coordinate representation of color #B32CB2: hue angle of 300.44º degrees, saturation: 0.61, 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 #B32CB2 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 44 178 -
CMYK 0 0.75 0.01 0.30
HSL 300.44º 0.61% 0.44% -
HSV(B) 300.44º 0.75% 0.7% -
XYZ 27.53 14.6 43.49 -
YUV 99.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 179 44 178 0 0.75 0.01 0.30 300.44 0.61 0.44
Hex B3 2C B2 0 4B 1 1E 12C 3D 2C
Octal 263 54 262 0 113 1 36 454 75 54
Binary 10110011 101100 10110010 0 1001011 1 11110 100101100 111101 101100

Color Harmonies of #B32CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CB2

Black with #B32CB2

Text Example


Text Example

White with #B32CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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