Html Css Color HEX #B84AB2 Fuchsia

📋 copy color: '#B84AB2'

red 184 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #B84AB2

Tints of Fuchsia #B84AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 42.2%
G = 16.97%
B = 40.83%

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

#B84AB2 (or 0xB84AB2) is known color: Fuchsia. HEX triplet: B8, 4A and B2. RGB value is (184,74,178). Sum of RGB (Red+Green+Blue) = 184+74+178=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AB2 is #47B54D. Grayscale: #767676. Windows color (decimal): -4699470 or 11684536. OLE color: 11684536.

HSL color Cylindrical-coordinate representation of color #B84AB2: hue angle of 303.27º 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 #B84AB2 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 178 -
CMYK 0 0.60 0.03 0.28
HSL 303.27º 0.44% 0.51% -
HSV(B) 303.27º 0.6% 0.72% -
XYZ 30.25 18.3 44.06 -
YUV 118.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 184 74 178 0 0.60 0.03 0.28 303.27 0.44 0.51
Hex B8 4A B2 0 3C 3 1C 12F 2C 33
Octal 270 112 262 0 74 3 34 457 54 63
Binary 10111000 1001010 10110010 0 111100 11 11100 100101111 101100 110011

Color Harmonies of #B84AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AB2

Black with #B84AB2

Text Example


Text Example

White with #B84AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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