Html Css Color HEX #B855AA Fuchsia

📋 copy color: '#B855AA'

red 184 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #B855AA

Tints of Fuchsia #B855AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.36%

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

R = 41.91%
G = 19.36%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B855AA (or 0xB855AA) is known color: Fuchsia. HEX triplet: B8, 55 and AA. RGB value is (184,85,170). Sum of RGB (Red+Green+Blue) = 184+85+170=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B855AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855AA is #47AA55. Grayscale: #7C7C7C. Windows color (decimal): -4696662 or 11163064. OLE color: 11163064.

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

Color convert

RGB 184 85 170 -
CMYK 0 0.54 0.08 0.28
HSL 308.48º 0.41% 0.53% -
HSV(B) 308.48º 0.54% 0.72% -
XYZ 30.27 19.59 40.22 -
YUV 124.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 184 85 170 0 0.54 0.08 0.28 308.48 0.41 0.53
Hex B8 55 AA 0 36 8 1C 134 29 35
Octal 270 125 252 0 66 10 34 464 51 65
Binary 10111000 1010101 10101010 0 110110 1000 11100 100110100 101001 110101

Color Harmonies of #B855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855AA

Black with #B855AA

Text Example


Text Example

White with #B855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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