Html Css Color HEX #B84FAA Fuchsia

📋 copy color: '#B84FAA'

red 184 ◦ green 79 ◦ blue 170

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

Shades of Fuchsia #B84FAA

Tints of Fuchsia #B84FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

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

R = 42.49%
G = 18.24%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B84FAA (or 0xB84FAA) is known color: Fuchsia. HEX triplet: B8, 4F and AA. RGB value is (184,79,170). Sum of RGB (Red+Green+Blue) = 184+79+170=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B84FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84FAA is #47B055. Grayscale: #787878. Windows color (decimal): -4698198 or 11161528. OLE color: 11161528.

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

Color convert

RGB 184 79 170 -
CMYK 0 0.57 0.08 0.28
HSL 308º 0.43% 0.52% -
HSV(B) 308º 0.57% 0.72% -
XYZ 29.82 18.68 40.07 -
YUV 120.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 184 79 170 0 0.57 0.08 0.28 308 0.43 0.52
Hex B8 4F AA 0 39 8 1C 134 2B 34
Octal 270 117 252 0 71 10 34 464 53 64
Binary 10111000 1001111 10101010 0 111001 1000 11100 100110100 101011 110100

Color Harmonies of #B84FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FAA

Black with #B84FAA

Text Example


Text Example

White with #B84FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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