Html Css Color HEX #B342A8 Fuchsia

📋 copy color: '#B342A8'

red 179 ◦ green 66 ◦ blue 168

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

Shades of Fuchsia #B342A8

Tints of Fuchsia #B342A8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 43.34%
G = 15.98%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B342A8 (or 0xB342A8) is known color: Fuchsia. HEX triplet: B3, 42 and A8. RGB value is (179,66,168). Sum of RGB (Red+Green+Blue) = 179+66+168=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B342A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342A8 is #4CBD57. Grayscale: #6F6F6F. Windows color (decimal): -5029208 or 11027123. OLE color: 11027123.

HSL color Cylindrical-coordinate representation of color #B342A8: hue angle of 305.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B342A8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 168 -
CMYK 0 0.63 0.06 0.30
HSL 305.84º 0.46% 0.48% -
HSV(B) 305.84º 0.63% 0.7% -
XYZ 27.61 16.31 38.74 -
YUV 111.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 179 66 168 0 0.63 0.06 0.30 305.84 0.46 0.48
Hex B3 42 A8 0 3F 6 1E 132 2E 30
Octal 263 102 250 0 77 6 36 462 56 60
Binary 10110011 1000010 10101000 0 111111 110 11110 100110010 101110 110000

Color Harmonies of #B342A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342A8

Black with #B342A8

Text Example


Text Example

White with #B342A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342A8; }

 p { color: rgb(179,66,168); }

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

background-color css

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

 a { background-color: rgb(179,66,168); }

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

border-color css

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

 span { border-color: rgb(179,66,168); }

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