Html Css Color HEX #B954C0 Fuchsia

📋 copy color: '#B954C0'

red 185 ◦ green 84 ◦ blue 192

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

Shades of Fuchsia #B954C0

Tints of Fuchsia #B954C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 40.13%
G = 18.22%
B = 41.65%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B954C0 (or 0xB954C0) is known color: Fuchsia. HEX triplet: B9, 54 and C0. RGB value is (185,84,192). Sum of RGB (Red+Green+Blue) = 185+84+192=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #B954C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954C0 is #46AB3F. Grayscale: #7E7E7E. Windows color (decimal): -4631360 or 12604601. OLE color: 12604601.

HSL color Cylindrical-coordinate representation of color #B954C0: hue angle of 296.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B954C0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 84 192 -
CMYK 0.04 0.56 0 0.25
HSL 296.11º 0.46% 0.54% -
HSV(B) 296.11º 0.56% 0.75% -
XYZ 32.69 20.46 52.1 -
YUV 126.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 185 84 192 0.04 0.56 0 0.25 296.11 0.46 0.54
Hex B9 54 C0 4 38 0 19 128 2E 36
Octal 271 124 300 4 70 0 31 450 56 66
Binary 10111001 1010100 11000000 100 111000 0 11001 100101000 101110 110110

Color Harmonies of #B954C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954C0

Black with #B954C0

Text Example


Text Example

White with #B954C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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