Html Css Color HEX #B84DBA Fuchsia

📋 copy color: '#B84DBA'

red 184 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #B84DBA

Tints of Fuchsia #B84DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 41.16%
G = 17.23%
B = 41.61%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B84DBA (or 0xB84DBA) is known color: Fuchsia. HEX triplet: B8, 4D and BA. RGB value is (184,77,186). Sum of RGB (Red+Green+Blue) = 184+77+186=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B84DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DBA is #47B245. Grayscale: #797979. Windows color (decimal): -4698694 or 12209592. OLE color: 12209592.

HSL color Cylindrical-coordinate representation of color #B84DBA: hue angle of 298.9º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84DBA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 77 186 -
CMYK 0.01 0.59 0 0.27
HSL 298.9º 0.44% 0.52% -
HSV(B) 298.9º 0.59% 0.73% -
XYZ 31.28 19.04 48.48 -
YUV 121.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 184 77 186 0.01 0.59 0 0.27 298.9 0.44 0.52
Hex B8 4D BA 1 3B 0 1B 12B 2C 34
Octal 270 115 272 1 73 0 33 453 54 64
Binary 10111000 1001101 10111010 1 111011 0 11011 100101011 101100 110100

Color Harmonies of #B84DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DBA

Black with #B84DBA

Text Example


Text Example

White with #B84DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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