Html Css Color HEX #B84DC1 Fuchsia

📋 copy color: '#B84DC1'

red 184 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #B84DC1

Tints of Fuchsia #B84DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 40.53%
G = 16.96%
B = 42.51%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B84DC1 (or 0xB84DC1) is known color: Fuchsia. HEX triplet: B8, 4D and C1. RGB value is (184,77,193). Sum of RGB (Red+Green+Blue) = 184+77+193=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #B84DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DC1 is #47B23E. Grayscale: #797979. Windows color (decimal): -4698687 or 12668344. OLE color: 12668344.

HSL color Cylindrical-coordinate representation of color #B84DC1: hue angle of 295.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84DC1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 77 193 -
CMYK 0.05 0.60 0 0.24
HSL 295.34º 0.48% 0.53% -
HSV(B) 295.34º 0.6% 0.76% -
XYZ 32.05 19.35 52.5 -
YUV 122.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 184 77 193 0.05 0.60 0 0.24 295.34 0.48 0.53
Hex B8 4D C1 5 3C 0 18 127 30 35
Octal 270 115 301 5 74 0 30 447 60 65
Binary 10111000 1001101 11000001 101 111100 0 11000 100100111 110000 110101

Color Harmonies of #B84DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DC1

Black with #B84DC1

Text Example


Text Example

White with #B84DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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