Html Css Color HEX #B954B1 Fuchsia

📋 copy color: '#B954B1'

red 185 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #B954B1

Tints of Fuchsia #B954B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.69%

R = 41.48%
G = 18.83%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B954B1 (or 0xB954B1) is known color: Fuchsia. HEX triplet: B9, 54 and B1. RGB value is (185,84,177). Sum of RGB (Red+Green+Blue) = 185+84+177=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B954B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954B1 is #46AB4E. Grayscale: #7C7C7C. Windows color (decimal): -4631375 or 11621561. OLE color: 11621561.

HSL color Cylindrical-coordinate representation of color #B954B1: hue angle of 304.75º 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 #B954B1 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 177 -
CMYK 0 0.55 0.04 0.27
HSL 304.75º 0.42% 0.53% -
HSV(B) 304.75º 0.55% 0.73% -
XYZ 31.11 19.83 43.78 -
YUV 124.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 185 84 177 0 0.55 0.04 0.27 304.75 0.42 0.53
Hex B9 54 B1 0 37 4 1B 131 2A 35
Octal 271 124 261 0 67 4 33 461 52 65
Binary 10111001 1010100 10110001 0 110111 100 11011 100110001 101010 110101

Color Harmonies of #B954B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954B1

Black with #B954B1

Text Example


Text Example

White with #B954B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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