Html Css Color HEX #B334BA Fuchsia

📋 copy color: '#B334BA'

red 179 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #B334BA

Tints of Fuchsia #B334BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.47%

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

R = 42.93%
G = 12.47%
B = 44.6%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B334BA (or 0xB334BA) is known color: Fuchsia. HEX triplet: B3, 34 and BA. RGB value is (179,52,186). Sum of RGB (Red+Green+Blue) = 179+52+186=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B334BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334BA is #4CCB45. Grayscale: #686868. Windows color (decimal): -5032774 or 12203187. OLE color: 12203187.

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

Color convert

RGB 179 52 186 -
CMYK 0.04 0.72 0 0.27
HSL 296.87º 0.56% 0.47% -
HSV(B) 296.87º 0.72% 0.73% -
XYZ 28.68 15.58 47.95 -
YUV 105.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 179 52 186 0.04 0.72 0 0.27 296.87 0.56 0.47
Hex B3 34 BA 4 48 0 1B 129 38 2F
Octal 263 64 272 4 110 0 33 451 70 57
Binary 10110011 110100 10111010 100 1001000 0 11011 100101001 111000 101111

Color Harmonies of #B334BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334BA

Black with #B334BA

Text Example


Text Example

White with #B334BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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