Html Css Color HEX #B841AC Fuchsia

📋 copy color: '#B841AC'

red 184 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #B841AC

Tints of Fuchsia #B841AC

RGB

 RED value IS 184 (72.27% from 255) = 43.71%

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

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

R = 43.71%
G = 15.44%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B841AC (or 0xB841AC) is known color: Fuchsia. HEX triplet: B8, 41 and AC. RGB value is (184,65,172). Sum of RGB (Red+Green+Blue) = 184+65+172=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B841AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B841AC is #47BE53. Grayscale: #707070. Windows color (decimal): -4701780 or 11289016. OLE color: 11289016.

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

Color convert

RGB 184 65 172 -
CMYK 0 0.65 0.07 0.28
HSL 306.05º 0.48% 0.49% -
HSV(B) 306.05º 0.65% 0.72% -
XYZ 29.1 16.95 40.77 -
YUV 112.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 184 65 172 0 0.65 0.07 0.28 306.05 0.48 0.49
Hex B8 41 AC 0 41 7 1C 132 30 31
Octal 270 101 254 0 101 7 34 462 60 61
Binary 10111000 1000001 10101100 0 1000001 111 11100 100110010 110000 110001

Color Harmonies of #B841AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841AC

Black with #B841AC

Text Example


Text Example

White with #B841AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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