Html Css Color HEX #B341B3 Fuchsia

📋 copy color: '#B341B3'

red 179 ◦ green 65 ◦ blue 179

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

Shades of Fuchsia #B341B3

Tints of Fuchsia #B341B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 42.32%
G = 15.37%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B341B3 (or 0xB341B3) is known color: Fuchsia. HEX triplet: B3, 41 and B3. RGB value is (179,65,179). Sum of RGB (Red+Green+Blue) = 179+65+179=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B341B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341B3 is #4CBE4C. Grayscale: #6F6F6F. Windows color (decimal): -5029453 or 11747763. OLE color: 11747763.

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

Color convert

RGB 179 65 179 -
CMYK 0 0.64 0 0.30
HSL 300º 0.47% 0.48% -
HSV(B) 300º 0.64% 0.7% -
XYZ 28.62 16.62 44.35 -
YUV 112.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 179 65 179 0 0.64 0 0.30 300 0.47 0.48
Hex B3 41 B3 0 40 0 1E 12C 2F 30
Octal 263 101 263 0 100 0 36 454 57 60
Binary 10110011 1000001 10110011 0 1000000 0 11110 100101100 101111 110000

Color Harmonies of #B341B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341B3

Black with #B341B3

Text Example


Text Example

White with #B341B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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