Html Css Color HEX #B84CA4 Fuchsia

📋 copy color: '#B84CA4'

red 184 ◦ green 76 ◦ blue 164

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

Shades of Fuchsia #B84CA4

Tints of Fuchsia #B84CA4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.92%

 BLUE value IS 164 (64.45% from 255) = 38.68%

R = 43.4%
G = 17.92%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B84CA4 (or 0xB84CA4) is known color: Fuchsia. HEX triplet: B8, 4C and A4. RGB value is (184,76,164). Sum of RGB (Red+Green+Blue) = 184+76+164=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CA4 is #47B35B. Grayscale: #767676. Windows color (decimal): -4698972 or 10767544. OLE color: 10767544.

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

Color convert

RGB 184 76 164 -
CMYK 0 0.59 0.11 0.28
HSL 311.11º 0.43% 0.51% -
HSV(B) 311.11º 0.59% 0.72% -
XYZ 29.05 18.04 37.07 -
YUV 118.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 184 76 164 0 0.59 0.11 0.28 311.11 0.43 0.51
Hex B8 4C A4 0 3B B 1C 137 2B 33
Octal 270 114 244 0 73 13 34 467 53 63
Binary 10111000 1001100 10100100 0 111011 1011 11100 100110111 101011 110011

Color Harmonies of #B84CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CA4

Black with #B84CA4

Text Example


Text Example

White with #B84CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CA4; }

 p { color: rgb(184,76,164); }

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

background-color css

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

 a { background-color: rgb(184,76,164); }

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

border-color css

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

 span { border-color: rgb(184,76,164); }

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