Html Css Color HEX #B954BA Fuchsia

📋 copy color: '#B954BA'

red 185 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #B954BA

Tints of Fuchsia #B954BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 40.66%
G = 18.46%
B = 40.88%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B954BA (or 0xB954BA) is known color: Fuchsia. HEX triplet: B9, 54 and BA. RGB value is (185,84,186). Sum of RGB (Red+Green+Blue) = 185+84+186=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B954BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954BA is #46AB45. Grayscale: #7D7D7D. Windows color (decimal): -4631366 or 12211385. OLE color: 12211385.

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

Color convert

RGB 185 84 186 -
CMYK 0.01 0.55 0 0.27
HSL 299.41º 0.43% 0.53% -
HSV(B) 299.41º 0.55% 0.73% -
XYZ 32.04 20.2 48.66 -
YUV 125.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 185 84 186 0.01 0.55 0 0.27 299.41 0.43 0.53
Hex B9 54 BA 1 37 0 1B 12B 2A 35
Octal 271 124 272 1 67 0 33 453 52 65
Binary 10111001 1010100 10111010 1 110111 0 11011 100101011 101010 110101

Color Harmonies of #B954BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954BA

Black with #B954BA

Text Example


Text Example

White with #B954BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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