Html Css Color HEX #B84AAB Fuchsia

📋 copy color: '#B84AAB'

red 184 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #B84AAB

Tints of Fuchsia #B84AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 42.89%
G = 17.25%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B84AAB (or 0xB84AAB) is known color: Fuchsia. HEX triplet: B8, 4A and AB. RGB value is (184,74,171). Sum of RGB (Red+Green+Blue) = 184+74+171=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AAB is #47B554. Grayscale: #757575. Windows color (decimal): -4699477 or 11225784. OLE color: 11225784.

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

Color convert

RGB 184 74 171 -
CMYK 0 0.60 0.07 0.28
HSL 307.09º 0.44% 0.51% -
HSV(B) 307.09º 0.6% 0.72% -
XYZ 29.57 18.03 40.45 -
YUV 117.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 184 74 171 0 0.60 0.07 0.28 307.09 0.44 0.51
Hex B8 4A AB 0 3C 7 1C 133 2C 33
Octal 270 112 253 0 74 7 34 463 54 63
Binary 10111000 1001010 10101011 0 111100 111 11100 100110011 101100 110011

Color Harmonies of #B84AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AAB

Black with #B84AAB

Text Example


Text Example

White with #B84AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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