Html Css Color HEX #B341C0 Fuchsia

📋 copy color: '#B341C0'

red 179 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #B341C0

Tints of Fuchsia #B341C0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 41.06%
G = 14.91%
B = 44.04%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B341C0 (or 0xB341C0) is known color: Fuchsia. HEX triplet: B3, 41 and C0. RGB value is (179,65,192). Sum of RGB (Red+Green+Blue) = 179+65+192=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #B341C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341C0 is #4CBE3F. Grayscale: #717171. Windows color (decimal): -5029440 or 12599731. OLE color: 12599731.

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

Color convert

RGB 179 65 192 -
CMYK 0.07 0.66 0 0.25
HSL 293.86º 0.5% 0.5% -
HSV(B) 293.86º 0.66% 0.75% -
XYZ 30 17.17 51.6 -
YUV 113.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 179 65 192 0.07 0.66 0 0.25 293.86 0.5 0.5
Hex B3 41 C0 7 42 0 19 126 32 32
Octal 263 101 300 7 102 0 31 446 62 62
Binary 10110011 1000001 11000000 111 1000010 0 11001 100100110 110010 110010

Color Harmonies of #B341C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341C0

Black with #B341C0

Text Example


Text Example

White with #B341C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341C0; }

 p { color: rgb(179,65,192); }

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

background-color css

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

 a { background-color: rgb(179,65,192); }

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

border-color css

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

 span { border-color: rgb(179,65,192); }

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