Html Css Color HEX #B341B2 Fuchsia

📋 copy color: '#B341B2'

red 179 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #B341B2

Tints of Fuchsia #B341B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 42.42%
G = 15.4%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B341B2 (or 0xB341B2) is known color: Fuchsia. HEX triplet: B3, 41 and B2. RGB value is (179,65,178). Sum of RGB (Red+Green+Blue) = 179+65+178=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B341B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341B2 is #4CBE4D. Grayscale: #6F6F6F. Windows color (decimal): -5029454 or 11682227. OLE color: 11682227.

HSL color Cylindrical-coordinate representation of color #B341B2: hue angle of 300.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B341B2 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 178 -
CMYK 0 0.64 0.01 0.30
HSL 300.53º 0.47% 0.48% -
HSV(B) 300.53º 0.64% 0.7% -
XYZ 28.52 16.58 43.82 -
YUV 111.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 179 65 178 0 0.64 0.01 0.30 300.53 0.47 0.48
Hex B3 41 B2 0 40 1 1E 12D 2F 30
Octal 263 101 262 0 100 1 36 455 57 60
Binary 10110011 1000001 10110010 0 1000000 1 11110 100101101 101111 110000

Color Harmonies of #B341B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341B2

Black with #B341B2

Text Example


Text Example

White with #B341B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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