Html Css Color HEX #B342B0 Fuchsia

📋 copy color: '#B342B0'

red 179 ◦ green 66 ◦ blue 176

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

Shades of Fuchsia #B342B0

Tints of Fuchsia #B342B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.81%

R = 42.52%
G = 15.68%
B = 41.81%

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

#B342B0 (or 0xB342B0) is known color: Fuchsia. HEX triplet: B3, 42 and B0. RGB value is (179,66,176). Sum of RGB (Red+Green+Blue) = 179+66+176=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B342B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342B0 is #4CBD4F. Grayscale: #6F6F6F. Windows color (decimal): -5029200 or 11551411. OLE color: 11551411.

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

Color convert

RGB 179 66 176 -
CMYK 0 0.63 0.02 0.30
HSL 301.59º 0.46% 0.48% -
HSV(B) 301.59º 0.63% 0.7% -
XYZ 28.38 16.61 42.79 -
YUV 112.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 179 66 176 0 0.63 0.02 0.30 301.59 0.46 0.48
Hex B3 42 B0 0 3F 2 1E 12E 2E 30
Octal 263 102 260 0 77 2 36 456 56 60
Binary 10110011 1000010 10110000 0 111111 10 11110 100101110 101110 110000

Color Harmonies of #B342B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342B0

Black with #B342B0

Text Example


Text Example

White with #B342B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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