Html Css Color HEX #B846AD Fuchsia

📋 copy color: '#B846AD'

red 184 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #B846AD

Tints of Fuchsia #B846AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

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

R = 43.09%
G = 16.39%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B846AD (or 0xB846AD) is known color: Fuchsia. HEX triplet: B8, 46 and AD. RGB value is (184,70,173). Sum of RGB (Red+Green+Blue) = 184+70+173=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B846AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B846AD is #47B952. Grayscale: #737373. Windows color (decimal): -4700499 or 11355832. OLE color: 11355832.

HSL color Cylindrical-coordinate representation of color #B846AD: hue angle of 305.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B846AD is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 173 -
CMYK 0 0.62 0.06 0.28
HSL 305.79º 0.45% 0.5% -
HSV(B) 305.79º 0.62% 0.72% -
XYZ 29.5 17.59 41.38 -
YUV 115.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 184 70 173 0 0.62 0.06 0.28 305.79 0.45 0.5
Hex B8 46 AD 0 3E 6 1C 132 2D 32
Octal 270 106 255 0 76 6 34 462 55 62
Binary 10111000 1000110 10101101 0 111110 110 11100 100110010 101101 110010

Color Harmonies of #B846AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846AD

Black with #B846AD

Text Example


Text Example

White with #B846AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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