Html Css Color HEX #B34AB8 Fuchsia

📋 copy color: '#B34AB8'

red 179 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #B34AB8

Tints of Fuchsia #B34AB8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.93%

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 40.96%
G = 16.93%
B = 42.11%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B34AB8 (or 0xB34AB8) is known color: Fuchsia. HEX triplet: B3, 4A and B8. RGB value is (179,74,184). Sum of RGB (Red+Green+Blue) = 179+74+184=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #B34AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34AB8 is #4CB547. Grayscale: #757575. Windows color (decimal): -5027144 or 12077747. OLE color: 12077747.

HSL color Cylindrical-coordinate representation of color #B34AB8: hue angle of 297.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34AB8 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 74 184 -
CMYK 0.03 0.60 0 0.28
HSL 297.27º 0.44% 0.51% -
HSV(B) 297.27º 0.6% 0.72% -
XYZ 29.69 17.94 47.25 -
YUV 117.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 179 74 184 0.03 0.60 0 0.28 297.27 0.44 0.51
Hex B3 4A B8 3 3C 0 1C 129 2C 33
Octal 263 112 270 3 74 0 34 451 54 63
Binary 10110011 1001010 10111000 11 111100 0 11100 100101001 101100 110011

Color Harmonies of #B34AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34AB8

Black with #B34AB8

Text Example


Text Example

White with #B34AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34AB8; }

 p { color: rgb(179,74,184); }

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

background-color css

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

 a { background-color: rgb(179,74,184); }

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

border-color css

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

 span { border-color: rgb(179,74,184); }

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