Html Css Color HEX #B84AB9 Fuchsia

📋 copy color: '#B84AB9'

red 184 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #B84AB9

Tints of Fuchsia #B84AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 41.53%
G = 16.7%
B = 41.76%

CMYK

 C value IS 0.01

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B84AB9 (or 0xB84AB9) is known color: Fuchsia. HEX triplet: B8, 4A and B9. RGB value is (184,74,185). Sum of RGB (Red+Green+Blue) = 184+74+185=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #B84AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB9 is #47B546. Grayscale: #777777. Windows color (decimal): -4699463 or 12143288. OLE color: 12143288.

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

Color convert

RGB 184 74 185 -
CMYK 0.01 0.6 0 0.27
HSL 299.46º 0.44% 0.51% -
HSV(B) 299.46º 0.6% 0.73% -
XYZ 30.97 18.59 47.85 -
YUV 119.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 184 74 185 0.01 0.6 0 0.27 299.46 0.44 0.51
Hex B8 4A B9 1 3C 0 1B 12B 2C 33
Octal 270 112 271 1 74 0 33 453 54 63
Binary 10111000 1001010 10111001 1 111100 0 11011 100101011 101100 110011

Color Harmonies of #B84AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AB9

Black with #B84AB9

Text Example


Text Example

White with #B84AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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