Html Css Color HEX #B353AD Fuchsia

📋 copy color: '#B353AD'

red 179 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #B353AD

Tints of Fuchsia #B353AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 41.15%
G = 19.08%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B353AD (or 0xB353AD) is known color: Fuchsia. HEX triplet: B3, 53 and AD. RGB value is (179,83,173). Sum of RGB (Red+Green+Blue) = 179+83+173=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B353AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353AD is #4CAC52. Grayscale: #797979. Windows color (decimal): -5024851 or 11359155. OLE color: 11359155.

HSL color Cylindrical-coordinate representation of color #B353AD: hue angle of 303.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B353AD is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 173 -
CMYK 0 0.54 0.03 0.30
HSL 303.75º 0.39% 0.51% -
HSV(B) 303.75º 0.54% 0.7% -
XYZ 29.23 18.79 41.62 -
YUV 121.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 179 83 173 0 0.54 0.03 0.30 303.75 0.39 0.51
Hex B3 53 AD 0 36 3 1E 130 27 33
Octal 263 123 255 0 66 3 36 460 47 63
Binary 10110011 1010011 10101101 0 110110 11 11110 100110000 100111 110011

Color Harmonies of #B353AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353AD

Black with #B353AD

Text Example


Text Example

White with #B353AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353AD; }

 p { color: rgb(179,83,173); }

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

background-color css

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

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

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

border-color css

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

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

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