Html Css Color HEX #B84AB6 Fuchsia

📋 copy color: '#B84AB6'

red 184 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #B84AB6

Tints of Fuchsia #B84AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.36%

R = 41.82%
G = 16.82%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B84AB6 (or 0xB84AB6) is known color: Fuchsia. HEX triplet: B8, 4A and B6. RGB value is (184,74,182). Sum of RGB (Red+Green+Blue) = 184+74+182=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB6 is #47B549. Grayscale: #767676. Windows color (decimal): -4699466 or 11946680. OLE color: 11946680.

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

Color convert

RGB 184 74 182 -
CMYK 0 0.60 0.01 0.28
HSL 301.09º 0.44% 0.51% -
HSV(B) 301.09º 0.6% 0.72% -
XYZ 30.66 18.47 46.2 -
YUV 119.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 184 74 182 0 0.60 0.01 0.28 301.09 0.44 0.51
Hex B8 4A B6 0 3C 1 1C 12D 2C 33
Octal 270 112 266 0 74 1 34 455 54 63
Binary 10111000 1001010 10110110 0 111100 1 11100 100101101 101100 110011

Color Harmonies of #B84AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AB6

Black with #B84AB6

Text Example


Text Example

White with #B84AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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