Html Css Color HEX #B84AB7 Fuchsia

📋 copy color: '#B84AB7'

red 184 ◦ green 74 ◦ blue 183

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

Shades of Fuchsia #B84AB7

Tints of Fuchsia #B84AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 41.72%
G = 16.78%
B = 41.5%

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

#B84AB7 (or 0xB84AB7) is known color: Fuchsia. HEX triplet: B8, 4A and B7. RGB value is (184,74,183). Sum of RGB (Red+Green+Blue) = 184+74+183=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB7 is #47B548. Grayscale: #767676. Windows color (decimal): -4699465 or 12012216. OLE color: 12012216.

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

Color convert

RGB 184 74 183 -
CMYK 0 0.60 0.01 0.28
HSL 300.55º 0.44% 0.51% -
HSV(B) 300.55º 0.6% 0.72% -
XYZ 30.76 18.51 46.75 -
YUV 119.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 184 74 183 0 0.60 0.01 0.28 300.55 0.44 0.51
Hex B8 4A B7 0 3C 1 1C 12D 2C 33
Octal 270 112 267 0 74 1 34 455 54 63
Binary 10111000 1001010 10110111 0 111100 1 11100 100101101 101100 110011

Color Harmonies of #B84AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AB7

Black with #B84AB7

Text Example


Text Example

White with #B84AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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