Html Css Color HEX #B85AAA Fuchsia

📋 copy color: '#B85AAA'

red 184 ◦ green 90 ◦ blue 170

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

Shades of Fuchsia #B85AAA

Tints of Fuchsia #B85AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 41.44%
G = 20.27%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B85AAA (or 0xB85AAA) is known color: Fuchsia. HEX triplet: B8, 5A and AA. RGB value is (184,90,170). Sum of RGB (Red+Green+Blue) = 184+90+170=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AAA is #47A555. Grayscale: #7E7E7E. Windows color (decimal): -4695382 or 11164344. OLE color: 11164344.

HSL color Cylindrical-coordinate representation of color #B85AAA: hue angle of 308.94º 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 #B85AAA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 90 170 -
CMYK 0 0.51 0.08 0.28
HSL 308.94º 0.4% 0.54% -
HSV(B) 308.94º 0.51% 0.72% -
XYZ 30.68 20.4 40.35 -
YUV 127.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 184 90 170 0 0.51 0.08 0.28 308.94 0.4 0.54
Hex B8 5A AA 0 33 8 1C 135 28 36
Octal 270 132 252 0 63 10 34 465 50 66
Binary 10111000 1011010 10101010 0 110011 1000 11100 100110101 101000 110110

Color Harmonies of #B85AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AAA

Black with #B85AAA

Text Example


Text Example

White with #B85AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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