Html Css Color HEX #B351AF Fuchsia

📋 copy color: '#B351AF'

red 179 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #B351AF

Tints of Fuchsia #B351AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 41.15%
G = 18.62%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B351AF (or 0xB351AF) is known color: Fuchsia. HEX triplet: B3, 51 and AF. RGB value is (179,81,175). Sum of RGB (Red+Green+Blue) = 179+81+175=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B351AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351AF is #4CAE50. Grayscale: #787878. Windows color (decimal): -5025361 or 11489715. OLE color: 11489715.

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

Color convert

RGB 179 81 175 -
CMYK 0 0.55 0.02 0.30
HSL 302.45º 0.39% 0.51% -
HSV(B) 302.45º 0.55% 0.7% -
XYZ 29.27 18.56 42.6 -
YUV 121.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 179 81 175 0 0.55 0.02 0.30 302.45 0.39 0.51
Hex B3 51 AF 0 37 2 1E 12E 27 33
Octal 263 121 257 0 67 2 36 456 47 63
Binary 10110011 1010001 10101111 0 110111 10 11110 100101110 100111 110011

Color Harmonies of #B351AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351AF

Black with #B351AF

Text Example


Text Example

White with #B351AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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