Html Css Color HEX #B941AC Fuchsia

📋 copy color: '#B941AC'

red 185 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #B941AC

Tints of Fuchsia #B941AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 43.84%
G = 15.4%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B941AC (or 0xB941AC) is known color: Fuchsia. HEX triplet: B9, 41 and AC. RGB value is (185,65,172). Sum of RGB (Red+Green+Blue) = 185+65+172=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B941AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941AC is #46BE53. Grayscale: #707070. Windows color (decimal): -4636244 or 11289017. OLE color: 11289017.

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

Color convert

RGB 185 65 172 -
CMYK 0 0.65 0.07 0.27
HSL 306.5º 0.48% 0.49% -
HSV(B) 306.5º 0.65% 0.73% -
XYZ 29.34 17.07 40.78 -
YUV 113.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 185 65 172 0 0.65 0.07 0.27 306.5 0.48 0.49
Hex B9 41 AC 0 41 7 1B 132 30 31
Octal 271 101 254 0 101 7 33 462 60 61
Binary 10111001 1000001 10101100 0 1000001 111 11011 100110010 110000 110001

Color Harmonies of #B941AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941AC

Black with #B941AC

Text Example


Text Example

White with #B941AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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