Html Css Color HEX #B341BA Fuchsia

📋 copy color: '#B341BA'

red 179 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #B341BA

Tints of Fuchsia #B341BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 41.63%
G = 15.12%
B = 43.26%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B341BA (or 0xB341BA) is known color: Fuchsia. HEX triplet: B3, 41 and BA. RGB value is (179,65,186). Sum of RGB (Red+Green+Blue) = 179+65+186=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B341BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341BA is #4CBE45. Grayscale: #707070. Windows color (decimal): -5029446 or 12206515. OLE color: 12206515.

HSL color Cylindrical-coordinate representation of color #B341BA: hue angle of 296.53º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B341BA is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 65 186 -
CMYK 0.04 0.65 0 0.27
HSL 296.53º 0.48% 0.49% -
HSV(B) 296.53º 0.65% 0.73% -
XYZ 29.34 16.91 48.17 -
YUV 112.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 179 65 186 0.04 0.65 0 0.27 296.53 0.48 0.49
Hex B3 41 BA 4 41 0 1B 129 30 31
Octal 263 101 272 4 101 0 33 451 60 61
Binary 10110011 1000001 10111010 100 1000001 0 11011 100101001 110000 110001

Color Harmonies of #B341BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341BA

Black with #B341BA

Text Example


Text Example

White with #B341BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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