Html Css Color HEX #B342AF Fuchsia

📋 copy color: '#B342AF'

red 179 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #B342AF

Tints of Fuchsia #B342AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 42.62%
G = 15.71%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B342AF (or 0xB342AF) is known color: Fuchsia. HEX triplet: B3, 42 and AF. RGB value is (179,66,175). Sum of RGB (Red+Green+Blue) = 179+66+175=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B342AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342AF is #4CBD50. Grayscale: #6F6F6F. Windows color (decimal): -5029201 or 11485875. OLE color: 11485875.

HSL color Cylindrical-coordinate representation of color #B342AF: hue angle of 302.12º 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 #B342AF is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 175 -
CMYK 0 0.63 0.02 0.30
HSL 302.12º 0.46% 0.48% -
HSV(B) 302.12º 0.63% 0.7% -
XYZ 28.28 16.58 42.27 -
YUV 112.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 179 66 175 0 0.63 0.02 0.30 302.12 0.46 0.48
Hex B3 42 AF 0 3F 2 1E 12E 2E 30
Octal 263 102 257 0 77 2 36 456 56 60
Binary 10110011 1000010 10101111 0 111111 10 11110 100101110 101110 110000

Color Harmonies of #B342AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342AF

Black with #B342AF

Text Example


Text Example

White with #B342AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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