Html Css Color HEX #B34CB3 Fuchsia

📋 copy color: '#B34CB3'

red 179 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #B34CB3

Tints of Fuchsia #B34CB3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

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

R = 41.24%
G = 17.51%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B34CB3 (or 0xB34CB3) is known color: Fuchsia. HEX triplet: B3, 4C and B3. RGB value is (179,76,179). Sum of RGB (Red+Green+Blue) = 179+76+179=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B34CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CB3 is #4CB34C. Grayscale: #767676. Windows color (decimal): -5026637 or 11750579. OLE color: 11750579.

HSL color Cylindrical-coordinate representation of color #B34CB3: hue angle of 300º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34CB3 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 76 179 -
CMYK 0 0.58 0 0.30
HSL 300º 0.4% 0.5% -
HSV(B) 300º 0.58% 0.7% -
XYZ 29.31 18.01 44.58 -
YUV 118.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 179 76 179 0 0.58 0 0.30 300 0.4 0.5
Hex B3 4C B3 0 3A 0 1E 12C 28 32
Octal 263 114 263 0 72 0 36 454 50 62
Binary 10110011 1001100 10110011 0 111010 0 11110 100101100 101000 110010

Color Harmonies of #B34CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CB3

Black with #B34CB3

Text Example


Text Example

White with #B34CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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