Html Css Color HEX #B551AF Fuchsia

📋 copy color: '#B551AF'

red 181 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #B551AF

Tints of Fuchsia #B551AF

RGB

 RED value IS 181 (71.09% from 255) = 41.42%

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

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

R = 41.42%
G = 18.54%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B551AF (or 0xB551AF) is known color: Fuchsia. HEX triplet: B5, 51 and AF. RGB value is (181,81,175). Sum of RGB (Red+Green+Blue) = 181+81+175=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B551AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B551AF is #4AAE50. Grayscale: #797979. Windows color (decimal): -4894289 or 11489717. OLE color: 11489717.

HSL color Cylindrical-coordinate representation of color #B551AF: hue angle of 303.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B551AF is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 175 -
CMYK 0 0.55 0.03 0.29
HSL 303.6º 0.4% 0.51% -
HSV(B) 303.6º 0.55% 0.71% -
XYZ 29.74 18.8 42.62 -
YUV 121.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 181 81 175 0 0.55 0.03 0.29 303.6 0.4 0.51
Hex B5 51 AF 0 37 3 1D 130 28 33
Octal 265 121 257 0 67 3 35 460 50 63
Binary 10110101 1010001 10101111 0 110111 11 11101 100110000 101000 110011

Color Harmonies of #B551AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551AF

Black with #B551AF

Text Example


Text Example

White with #B551AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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