Html Css Color HEX #B954AB Fuchsia

📋 copy color: '#B954AB'

red 185 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #B954AB

Tints of Fuchsia #B954AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

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

R = 42.05%
G = 19.09%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B954AB (or 0xB954AB) is known color: Fuchsia. HEX triplet: B9, 54 and AB. RGB value is (185,84,171). Sum of RGB (Red+Green+Blue) = 185+84+171=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B954AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954AB is #46AB54. Grayscale: #7B7B7B. Windows color (decimal): -4631381 or 11228345. OLE color: 11228345.

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

Color convert

RGB 185 84 171 -
CMYK 0 0.55 0.08 0.27
HSL 308.32º 0.42% 0.53% -
HSV(B) 308.32º 0.55% 0.73% -
XYZ 30.53 19.6 40.7 -
YUV 124.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 185 84 171 0 0.55 0.08 0.27 308.32 0.42 0.53
Hex B9 54 AB 0 37 8 1B 134 2A 35
Octal 271 124 253 0 67 10 33 464 52 65
Binary 10111001 1010100 10101011 0 110111 1000 11011 100110100 101010 110101

Color Harmonies of #B954AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954AB

Black with #B954AB

Text Example


Text Example

White with #B954AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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