Html Css Color HEX #B34FB2 Fuchsia

📋 copy color: '#B34FB2'

red 179 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #B34FB2

Tints of Fuchsia #B34FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

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

R = 41.06%
G = 18.12%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B34FB2 (or 0xB34FB2) is known color: Fuchsia. HEX triplet: B3, 4F and B2. RGB value is (179,79,178). Sum of RGB (Red+Green+Blue) = 179+79+178=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B34FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34FB2 is #4CB04D. Grayscale: #777777. Windows color (decimal): -5025870 or 11685811. OLE color: 11685811.

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

Color convert

RGB 179 79 178 -
CMYK 0 0.56 0.01 0.30
HSL 300.6º 0.4% 0.51% -
HSV(B) 300.6º 0.56% 0.7% -
XYZ 29.42 18.39 44.12 -
YUV 120.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 179 79 178 0 0.56 0.01 0.30 300.6 0.4 0.51
Hex B3 4F B2 0 38 1 1E 12D 28 33
Octal 263 117 262 0 70 1 36 455 50 63
Binary 10110011 1001111 10110010 0 111000 1 11110 100101101 101000 110011

Color Harmonies of #B34FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FB2

Black with #B34FB2

Text Example


Text Example

White with #B34FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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