Html Css Color HEX #B85AAC Fuchsia

📋 copy color: '#B85AAC'

red 184 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #B85AAC

Tints of Fuchsia #B85AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

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

R = 41.26%
G = 20.18%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B85AAC (or 0xB85AAC) is known color: Fuchsia. HEX triplet: B8, 5A and AC. RGB value is (184,90,172). Sum of RGB (Red+Green+Blue) = 184+90+172=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AAC is #47A553. Grayscale: #7F7F7F. Windows color (decimal): -4695380 or 11295416. OLE color: 11295416.

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

Color convert

RGB 184 90 172 -
CMYK 0 0.51 0.07 0.28
HSL 307.66º 0.4% 0.54% -
HSV(B) 307.66º 0.51% 0.72% -
XYZ 30.87 20.48 41.36 -
YUV 127.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 184 90 172 0 0.51 0.07 0.28 307.66 0.4 0.54
Hex B8 5A AC 0 33 7 1C 134 28 36
Octal 270 132 254 0 63 7 34 464 50 66
Binary 10111000 1011010 10101100 0 110011 111 11100 100110100 101000 110110

Color Harmonies of #B85AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AAC

Black with #B85AAC

Text Example


Text Example

White with #B85AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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