Html Css Color HEX #B84AB3 Fuchsia

📋 copy color: '#B84AB3'

red 184 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #B84AB3

Tints of Fuchsia #B84AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.96%

R = 42.11%
G = 16.93%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B84AB3 (or 0xB84AB3) is known color: Fuchsia. HEX triplet: B8, 4A and B3. RGB value is (184,74,179). Sum of RGB (Red+Green+Blue) = 184+74+179=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB3 is #47B54C. Grayscale: #767676. Windows color (decimal): -4699469 or 11750072. OLE color: 11750072.

HSL color Cylindrical-coordinate representation of color #B84AB3: hue angle of 302.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AB3 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 179 -
CMYK 0 0.60 0.03 0.28
HSL 302.73º 0.44% 0.51% -
HSV(B) 302.73º 0.6% 0.72% -
XYZ 30.35 18.34 44.59 -
YUV 118.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 184 74 179 0 0.60 0.03 0.28 302.73 0.44 0.51
Hex B8 4A B3 0 3C 3 1C 12F 2C 33
Octal 270 112 263 0 74 3 34 457 54 63
Binary 10111000 1001010 10110011 0 111100 11 11100 100101111 101100 110011

Color Harmonies of #B84AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AB3

Black with #B84AB3

Text Example


Text Example

White with #B84AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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