Html Css Color HEX #B84AAA Fuchsia

📋 copy color: '#B84AAA'

red 184 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #B84AAA

Tints of Fuchsia #B84AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.29%

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

R = 42.99%
G = 17.29%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B84AAA (or 0xB84AAA) is known color: Fuchsia. HEX triplet: B8, 4A and AA. RGB value is (184,74,170). Sum of RGB (Red+Green+Blue) = 184+74+170=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AAA is #47B555. Grayscale: #757575. Windows color (decimal): -4699478 or 11160248. OLE color: 11160248.

HSL color Cylindrical-coordinate representation of color #B84AAA: hue angle of 307.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AAA is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 170 -
CMYK 0 0.60 0.08 0.28
HSL 307.64º 0.44% 0.51% -
HSV(B) 307.64º 0.6% 0.72% -
XYZ 29.47 17.99 39.95 -
YUV 117.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 184 74 170 0 0.60 0.08 0.28 307.64 0.44 0.51
Hex B8 4A AA 0 3C 8 1C 134 2C 33
Octal 270 112 252 0 74 10 34 464 54 63
Binary 10111000 1001010 10101010 0 111100 1000 11100 100110100 101100 110011

Color Harmonies of #B84AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AAA

Black with #B84AAA

Text Example


Text Example

White with #B84AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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