Html Css Color HEX #B850AC Fuchsia

📋 copy color: '#B850AC'

red 184 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #B850AC

Tints of Fuchsia #B850AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 42.2%
G = 18.35%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B850AC (or 0xB850AC) is known color: Fuchsia. HEX triplet: B8, 50 and AC. RGB value is (184,80,172). Sum of RGB (Red+Green+Blue) = 184+80+172=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B850AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B850AC is #47AF53. Grayscale: #797979. Windows color (decimal): -4697940 or 11292856. OLE color: 11292856.

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

Color convert

RGB 184 80 172 -
CMYK 0 0.57 0.07 0.28
HSL 306.92º 0.42% 0.52% -
HSV(B) 306.92º 0.57% 0.72% -
XYZ 30.08 18.91 41.09 -
YUV 121.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 184 80 172 0 0.57 0.07 0.28 306.92 0.42 0.52
Hex B8 50 AC 0 39 7 1C 133 2A 34
Octal 270 120 254 0 71 7 34 463 52 64
Binary 10111000 1010000 10101100 0 111001 111 11100 100110011 101010 110100

Color Harmonies of #B850AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850AC

Black with #B850AC

Text Example


Text Example

White with #B850AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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