Html Css Color HEX #B840AB Fuchsia

📋 copy color: '#B840AB'

red 184 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #B840AB

Tints of Fuchsia #B840AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.27%

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

R = 43.91%
G = 15.27%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B840AB (or 0xB840AB) is known color: Fuchsia. HEX triplet: B8, 40 and AB. RGB value is (184,64,171). Sum of RGB (Red+Green+Blue) = 184+64+171=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B840AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B840AB is #47BF54. Grayscale: #6F6F6F. Windows color (decimal): -4702037 or 11223224. OLE color: 11223224.

HSL color Cylindrical-coordinate representation of color #B840AB: hue angle of 306.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B840AB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 171 -
CMYK 0 0.65 0.07 0.28
HSL 306.5º 0.48% 0.49% -
HSV(B) 306.5º 0.65% 0.72% -
XYZ 28.95 16.8 40.24 -
YUV 112.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 184 64 171 0 0.65 0.07 0.28 306.5 0.48 0.49
Hex B8 40 AB 0 41 7 1C 132 30 31
Octal 270 100 253 0 101 7 34 462 60 61
Binary 10111000 1000000 10101011 0 1000001 111 11100 100110010 110000 110001

Color Harmonies of #B840AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840AB

Black with #B840AB

Text Example


Text Example

White with #B840AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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