Html Css Color HEX #B34CBA Fuchsia

📋 copy color: '#B34CBA'

red 179 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #B34CBA

Tints of Fuchsia #B34CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 40.59%
G = 17.23%
B = 42.18%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B34CBA (or 0xB34CBA) is known color: Fuchsia. HEX triplet: B3, 4C and BA. RGB value is (179,76,186). Sum of RGB (Red+Green+Blue) = 179+76+186=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B34CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CBA is #4CB345. Grayscale: #777777. Windows color (decimal): -5026630 or 12209331. OLE color: 12209331.

HSL color Cylindrical-coordinate representation of color #B34CBA: hue angle of 296.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34CBA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 76 186 -
CMYK 0.04 0.59 0 0.27
HSL 296.18º 0.44% 0.51% -
HSV(B) 296.18º 0.59% 0.73% -
XYZ 30.04 18.3 48.4 -
YUV 119.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 179 76 186 0.04 0.59 0 0.27 296.18 0.44 0.51
Hex B3 4C BA 4 3B 0 1B 128 2C 33
Octal 263 114 272 4 73 0 33 450 54 63
Binary 10110011 1001100 10111010 100 111011 0 11011 100101000 101100 110011

Color Harmonies of #B34CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CBA

Black with #B34CBA

Text Example


Text Example

White with #B34CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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