Html Css Color HEX #B151AD Fuchsia

📋 copy color: '#B151AD'

red 177 ◦ green 81 ◦ blue 173

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

Shades of Fuchsia #B151AD

Tints of Fuchsia #B151AD

RGB

 RED value IS 177 (69.53% from 255) = 41.07%

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

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

R = 41.07%
G = 18.79%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B151AD (or 0xB151AD) is known color: Fuchsia. HEX triplet: B1, 51 and AD. RGB value is (177,81,173). Sum of RGB (Red+Green+Blue) = 177+81+173=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B151AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151AD is #4EAE52. Grayscale: #777777. Windows color (decimal): -5156435 or 11358641. OLE color: 11358641.

HSL color Cylindrical-coordinate representation of color #B151AD: hue angle of 302.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B151AD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 81 173 -
CMYK 0 0.54 0.02 0.31
HSL 302.5º 0.38% 0.51% -
HSV(B) 302.5º 0.54% 0.69% -
XYZ 28.62 18.25 41.55 -
YUV 120.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 177 81 173 0 0.54 0.02 0.31 302.5 0.38 0.51
Hex B1 51 AD 0 36 2 1F 12E 26 33
Octal 261 121 255 0 66 2 37 456 46 63
Binary 10110001 1010001 10101101 0 110110 10 11111 100101110 100110 110011

Color Harmonies of #B151AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151AD

Black with #B151AD

Text Example


Text Example

White with #B151AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151AD; }

 p { color: rgb(177,81,173); }

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

background-color css

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

 a { background-color: rgb(177,81,173); }

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

border-color css

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

 span { border-color: rgb(177,81,173); }

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