Html Css Color HEX #B84DAF Fuchsia

📋 copy color: '#B84DAF'

red 184 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #B84DAF

Tints of Fuchsia #B84DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 42.2%
G = 17.66%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B84DAF (or 0xB84DAF) is known color: Fuchsia. HEX triplet: B8, 4D and AF. RGB value is (184,77,175). Sum of RGB (Red+Green+Blue) = 184+77+175=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84DAF is #47B250. Grayscale: #777777. Windows color (decimal): -4698705 or 11488696. OLE color: 11488696.

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

Color convert

RGB 184 77 175 -
CMYK 0 0.58 0.05 0.28
HSL 305.05º 0.43% 0.51% -
HSV(B) 305.05º 0.58% 0.72% -
XYZ 30.16 18.59 42.56 -
YUV 120.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 184 77 175 0 0.58 0.05 0.28 305.05 0.43 0.51
Hex B8 4D AF 0 3A 5 1C 131 2B 33
Octal 270 115 257 0 72 5 34 461 53 63
Binary 10111000 1001101 10101111 0 111010 101 11100 100110001 101011 110011

Color Harmonies of #B84DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DAF

Black with #B84DAF

Text Example


Text Example

White with #B84DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DAF; }

 p { color: rgb(184,77,175); }

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

background-color css

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

 a { background-color: rgb(184,77,175); }

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

border-color css

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

 span { border-color: rgb(184,77,175); }

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