Html Css Color HEX #B951AB Fuchsia

📋 copy color: '#B951AB'

red 185 ◦ green 81 ◦ blue 171

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

Shades of Fuchsia #B951AB

Tints of Fuchsia #B951AB

RGB

 RED value IS 185 (72.66% from 255) = 42.33%

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 42.33%
G = 18.54%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B951AB (or 0xB951AB) is known color: Fuchsia. HEX triplet: B9, 51 and AB. RGB value is (185,81,171). Sum of RGB (Red+Green+Blue) = 185+81+171=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B951AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951AB is #46AE54. Grayscale: #7A7A7A. Windows color (decimal): -4632149 or 11227577. OLE color: 11227577.

HSL color Cylindrical-coordinate representation of color #B951AB: hue angle of 308.08º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B951AB is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 171 -
CMYK 0 0.56 0.08 0.27
HSL 308.08º 0.43% 0.52% -
HSV(B) 308.08º 0.56% 0.73% -
XYZ 30.3 19.14 40.63 -
YUV 122.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 185 81 171 0 0.56 0.08 0.27 308.08 0.43 0.52
Hex B9 51 AB 0 38 8 1B 134 2B 34
Octal 271 121 253 0 70 10 33 464 53 64
Binary 10111001 1010001 10101011 0 111000 1000 11011 100110100 101011 110100

Color Harmonies of #B951AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951AB

Black with #B951AB

Text Example


Text Example

White with #B951AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951AB; }

 p { color: rgb(185,81,171); }

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

background-color css

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

 a { background-color: rgb(185,81,171); }

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

border-color css

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

 span { border-color: rgb(185,81,171); }

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