Html Css Color HEX #B342BE Fuchsia

📋 copy color: '#B342BE'

red 179 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #B342BE

Tints of Fuchsia #B342BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 41.15%
G = 15.17%
B = 43.68%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B342BE (or 0xB342BE) is known color: Fuchsia. HEX triplet: B3, 42 and BE. RGB value is (179,66,190). Sum of RGB (Red+Green+Blue) = 179+66+190=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #B342BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342BE is #4CBD41. Grayscale: #717171. Windows color (decimal): -5029186 or 12468915. OLE color: 12468915.

HSL color Cylindrical-coordinate representation of color #B342BE: hue angle of 294.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B342BE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 66 190 -
CMYK 0.06 0.65 0 0.25
HSL 294.68º 0.49% 0.5% -
HSV(B) 294.68º 0.65% 0.75% -
XYZ 29.83 17.2 50.46 -
YUV 113.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 179 66 190 0.06 0.65 0 0.25 294.68 0.49 0.5
Hex B3 42 BE 6 41 0 19 127 31 32
Octal 263 102 276 6 101 0 31 447 61 62
Binary 10110011 1000010 10111110 110 1000001 0 11001 100100111 110001 110010

Color Harmonies of #B342BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342BE

Black with #B342BE

Text Example


Text Example

White with #B342BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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