Html Css Color HEX #B84BAE Fuchsia

📋 copy color: '#B84BAE'

red 184 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #B84BAE

Tints of Fuchsia #B84BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 42.49%
G = 17.32%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B84BAE (or 0xB84BAE) is known color: Fuchsia. HEX triplet: B8, 4B and AE. RGB value is (184,75,174). Sum of RGB (Red+Green+Blue) = 184+75+174=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84BAE is #47B451. Grayscale: #767676. Windows color (decimal): -4699218 or 11422648. OLE color: 11422648.

HSL color Cylindrical-coordinate representation of color #B84BAE: hue angle of 305.5º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84BAE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 75 174 -
CMYK 0 0.59 0.05 0.28
HSL 305.5º 0.43% 0.51% -
HSV(B) 305.5º 0.59% 0.72% -
XYZ 29.92 18.28 42 -
YUV 118.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 184 75 174 0 0.59 0.05 0.28 305.5 0.43 0.51
Hex B8 4B AE 0 3B 5 1C 132 2B 33
Octal 270 113 256 0 73 5 34 462 53 63
Binary 10111000 1001011 10101110 0 111011 101 11100 100110010 101011 110011

Color Harmonies of #B84BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BAE

Black with #B84BAE

Text Example


Text Example

White with #B84BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BAE; }

 p { color: rgb(184,75,174); }

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

background-color css

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

 a { background-color: rgb(184,75,174); }

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

border-color css

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

 span { border-color: rgb(184,75,174); }

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