Html Css Color HEX #B32CB3 Fuchsia

📋 copy color: '#B32CB3'

red 179 ◦ green 44 ◦ blue 179

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

Shades of Fuchsia #B32CB3

Tints of Fuchsia #B32CB3

RGB

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

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

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

R = 44.53%
G = 10.95%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B32CB3 (or 0xB32CB3) is known color: Fuchsia. HEX triplet: B3, 2C and B3. RGB value is (179,44,179). Sum of RGB (Red+Green+Blue) = 179+44+179=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B32CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CB3 is #4CD34C. Grayscale: #636363. Windows color (decimal): -5034829 or 11742387. OLE color: 11742387.

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

Color convert

RGB 179 44 179 -
CMYK 0 0.75 0 0.30
HSL 300º 0.61% 0.44% -
HSV(B) 300º 0.75% 0.7% -
XYZ 27.63 14.64 44.02 -
YUV 99.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 179 44 179 0 0.75 0 0.30 300 0.61 0.44
Hex B3 2C B3 0 4B 0 1E 12C 3D 2C
Octal 263 54 263 0 113 0 36 454 75 54
Binary 10110011 101100 10110011 0 1001011 0 11110 100101100 111101 101100

Color Harmonies of #B32CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CB3

Black with #B32CB3

Text Example


Text Example

White with #B32CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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