Html Css Color HEX #B349B3 Fuchsia

📋 copy color: '#B349B3'

red 179 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #B349B3

Tints of Fuchsia #B349B3

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

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

R = 41.53%
G = 16.94%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B349B3 (or 0xB349B3) is known color: Fuchsia. HEX triplet: B3, 49 and B3. RGB value is (179,73,179). Sum of RGB (Red+Green+Blue) = 179+73+179=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B349B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349B3 is #4CB64C. Grayscale: #747474. Windows color (decimal): -5027405 or 11749811. OLE color: 11749811.

HSL color Cylindrical-coordinate representation of color #B349B3: hue angle of 300º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B349B3 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 179 -
CMYK 0 0.59 0 0.30
HSL 300º 0.42% 0.49% -
HSV(B) 300º 0.59% 0.7% -
XYZ 29.11 17.6 44.51 -
YUV 116.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 179 73 179 0 0.59 0 0.30 300 0.42 0.49
Hex B3 49 B3 0 3B 0 1E 12C 2A 31
Octal 263 111 263 0 73 0 36 454 52 61
Binary 10110011 1001001 10110011 0 111011 0 11110 100101100 101010 110001

Color Harmonies of #B349B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349B3

Black with #B349B3

Text Example


Text Example

White with #B349B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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