Html Css Color HEX #B954AF Fuchsia

📋 copy color: '#B954AF'

red 185 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #B954AF

Tints of Fuchsia #B954AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 41.67%
G = 18.92%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B954AF (or 0xB954AF) is known color: Fuchsia. HEX triplet: B9, 54 and AF. RGB value is (185,84,175). Sum of RGB (Red+Green+Blue) = 185+84+175=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B954AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954AF is #46AB50. Grayscale: #7C7C7C. Windows color (decimal): -4631377 or 11490489. OLE color: 11490489.

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

Color convert

RGB 185 84 175 -
CMYK 0 0.55 0.05 0.27
HSL 305.94º 0.42% 0.53% -
HSV(B) 305.94º 0.55% 0.73% -
XYZ 30.92 19.75 42.74 -
YUV 124.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 185 84 175 0 0.55 0.05 0.27 305.94 0.42 0.53
Hex B9 54 AF 0 37 5 1B 132 2A 35
Octal 271 124 257 0 67 5 33 462 52 65
Binary 10111001 1010100 10101111 0 110111 101 11011 100110010 101010 110101

Color Harmonies of #B954AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954AF

Black with #B954AF

Text Example


Text Example

White with #B954AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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