Html Css Color HEX #B840AD Fuchsia

📋 copy color: '#B840AD'

red 184 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #B840AD

Tints of Fuchsia #B840AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 43.71%
G = 15.2%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B840AD (or 0xB840AD) is known color: Fuchsia. HEX triplet: B8, 40 and AD. RGB value is (184,64,173). Sum of RGB (Red+Green+Blue) = 184+64+173=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B840AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B840AD is #47BF52. Grayscale: #6F6F6F. Windows color (decimal): -4702035 or 11354296. OLE color: 11354296.

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

Color convert

RGB 184 64 173 -
CMYK 0 0.65 0.06 0.28
HSL 305.5º 0.48% 0.49% -
HSV(B) 305.5º 0.65% 0.72% -
XYZ 29.14 16.87 41.26 -
YUV 112.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 184 64 173 0 0.65 0.06 0.28 305.5 0.48 0.49
Hex B8 40 AD 0 41 6 1C 132 30 31
Octal 270 100 255 0 101 6 34 462 60 61
Binary 10111000 1000000 10101101 0 1000001 110 11100 100110010 110000 110001

Color Harmonies of #B840AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840AD

Black with #B840AD

Text Example


Text Example

White with #B840AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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