Html Css Color HEX #B34CB2 Fuchsia

📋 copy color: '#B34CB2'

red 179 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #B34CB2

Tints of Fuchsia #B34CB2

RGB

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

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

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

R = 41.34%
G = 17.55%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B34CB2 (or 0xB34CB2) is known color: Fuchsia. HEX triplet: B3, 4C and B2. RGB value is (179,76,178). Sum of RGB (Red+Green+Blue) = 179+76+178=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B34CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34CB2 is #4CB34D. Grayscale: #767676. Windows color (decimal): -5026638 or 11685043. OLE color: 11685043.

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

Color convert

RGB 179 76 178 -
CMYK 0 0.58 0.01 0.30
HSL 300.58º 0.4% 0.5% -
HSV(B) 300.58º 0.58% 0.7% -
XYZ 29.21 17.97 44.05 -
YUV 118.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 179 76 178 0 0.58 0.01 0.30 300.58 0.4 0.5
Hex B3 4C B2 0 3A 1 1E 12D 28 32
Octal 263 114 262 0 72 1 36 455 50 62
Binary 10110011 1001100 10110010 0 111010 1 11110 100101101 101000 110010

Color Harmonies of #B34CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CB2

Black with #B34CB2

Text Example


Text Example

White with #B34CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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