Html Css Color HEX #B34CB0 Fuchsia

📋 copy color: '#B34CB0'

red 179 ◦ green 76 ◦ blue 176

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

Shades of Fuchsia #B34CB0

Tints of Fuchsia #B34CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 41.53%
G = 17.63%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B34CB0 (or 0xB34CB0) is known color: Fuchsia. HEX triplet: B3, 4C and B0. RGB value is (179,76,176). Sum of RGB (Red+Green+Blue) = 179+76+176=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B34CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34CB0 is #4CB34F. Grayscale: #757575. Windows color (decimal): -5026640 or 11553971. OLE color: 11553971.

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

Color convert

RGB 179 76 176 -
CMYK 0 0.58 0.02 0.30
HSL 301.75º 0.4% 0.5% -
HSV(B) 301.75º 0.58% 0.7% -
XYZ 29.01 17.89 43 -
YUV 118.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 179 76 176 0 0.58 0.02 0.30 301.75 0.4 0.5
Hex B3 4C B0 0 3A 2 1E 12E 28 32
Octal 263 114 260 0 72 2 36 456 50 62
Binary 10110011 1001100 10110000 0 111010 10 11110 100101110 101000 110010

Color Harmonies of #B34CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CB0

Black with #B34CB0

Text Example


Text Example

White with #B34CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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