Html Css Color HEX #B840AA Fuchsia

📋 copy color: '#B840AA'

red 184 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #B840AA

Tints of Fuchsia #B840AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 44.02%
G = 15.31%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B840AA (or 0xB840AA) is known color: Fuchsia. HEX triplet: B8, 40 and AA. RGB value is (184,64,170). Sum of RGB (Red+Green+Blue) = 184+64+170=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B840AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B840AA is #47BF55. Grayscale: #6F6F6F. Windows color (decimal): -4702038 or 11157688. OLE color: 11157688.

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

Color convert

RGB 184 64 170 -
CMYK 0 0.65 0.08 0.28
HSL 307º 0.48% 0.49% -
HSV(B) 307º 0.65% 0.72% -
XYZ 28.86 16.76 39.74 -
YUV 111.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 184 64 170 0 0.65 0.08 0.28 307 0.48 0.49
Hex B8 40 AA 0 41 8 1C 133 30 31
Octal 270 100 252 0 101 10 34 463 60 61
Binary 10111000 1000000 10101010 0 1000001 1000 11100 100110011 110000 110001

Color Harmonies of #B840AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840AA

Black with #B840AA

Text Example


Text Example

White with #B840AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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