Html Css Color HEX #B353AF Fuchsia

📋 copy color: '#B353AF'

red 179 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #B353AF

Tints of Fuchsia #B353AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 40.96%
G = 18.99%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B353AF (or 0xB353AF) is known color: Fuchsia. HEX triplet: B3, 53 and AF. RGB value is (179,83,175). Sum of RGB (Red+Green+Blue) = 179+83+175=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B353AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353AF is #4CAC50. Grayscale: #797979. Windows color (decimal): -5024849 or 11490227. OLE color: 11490227.

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

Color convert

RGB 179 83 175 -
CMYK 0 0.54 0.02 0.30
HSL 302.5º 0.39% 0.51% -
HSV(B) 302.5º 0.54% 0.7% -
XYZ 29.42 18.87 42.65 -
YUV 122.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 179 83 175 0 0.54 0.02 0.30 302.5 0.39 0.51
Hex B3 53 AF 0 36 2 1E 12E 27 33
Octal 263 123 257 0 66 2 36 456 47 63
Binary 10110011 1010011 10101111 0 110110 10 11110 100101110 100111 110011

Color Harmonies of #B353AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353AF

Black with #B353AF

Text Example


Text Example

White with #B353AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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