Html Css Color HEX #B846AA Fuchsia

📋 copy color: '#B846AA'

red 184 ◦ green 70 ◦ blue 170

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

Shades of Fuchsia #B846AA

Tints of Fuchsia #B846AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 43.4%
G = 16.51%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B846AA (or 0xB846AA) is known color: Fuchsia. HEX triplet: B8, 46 and AA. RGB value is (184,70,170). Sum of RGB (Red+Green+Blue) = 184+70+170=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B846AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B846AA is #47B955. Grayscale: #737373. Windows color (decimal): -4700502 or 11159224. OLE color: 11159224.

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

Color convert

RGB 184 70 170 -
CMYK 0 0.62 0.08 0.28
HSL 307.37º 0.45% 0.5% -
HSV(B) 307.37º 0.62% 0.72% -
XYZ 29.21 17.47 39.86 -
YUV 115.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 184 70 170 0 0.62 0.08 0.28 307.37 0.45 0.5
Hex B8 46 AA 0 3E 8 1C 133 2D 32
Octal 270 106 252 0 76 10 34 463 55 62
Binary 10111000 1000110 10101010 0 111110 1000 11100 100110011 101101 110010

Color Harmonies of #B846AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846AA

Black with #B846AA

Text Example


Text Example

White with #B846AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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