Html Css Color HEX #B941AF Fuchsia

📋 copy color: '#B941AF'

red 185 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #B941AF

Tints of Fuchsia #B941AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.29%

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

R = 43.53%
G = 15.29%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B941AF (or 0xB941AF) is known color: Fuchsia. HEX triplet: B9, 41 and AF. RGB value is (185,65,175). Sum of RGB (Red+Green+Blue) = 185+65+175=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B941AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941AF is #46BE50. Grayscale: #717171. Windows color (decimal): -4636241 or 11485625. OLE color: 11485625.

HSL color Cylindrical-coordinate representation of color #B941AF: hue angle of 305º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B941AF is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 175 -
CMYK 0 0.65 0.05 0.27
HSL 305º 0.48% 0.49% -
HSV(B) 305º 0.65% 0.73% -
XYZ 29.64 17.19 42.31 -
YUV 113.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 185 65 175 0 0.65 0.05 0.27 305 0.48 0.49
Hex B9 41 AF 0 41 5 1B 131 30 31
Octal 271 101 257 0 101 5 33 461 60 61
Binary 10111001 1000001 10101111 0 1000001 101 11011 100110001 110000 110001

Color Harmonies of #B941AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941AF

Black with #B941AF

Text Example


Text Example

White with #B941AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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