Html Css Color HEX #B844AC Fuchsia

📋 copy color: '#B844AC'

red 184 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #B844AC

Tints of Fuchsia #B844AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.04%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 43.4%
G = 16.04%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B844AC (or 0xB844AC) is known color: Fuchsia. HEX triplet: B8, 44 and AC. RGB value is (184,68,172). Sum of RGB (Red+Green+Blue) = 184+68+172=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B844AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B844AC is #47BB53. Grayscale: #727272. Windows color (decimal): -4701012 or 11289784. OLE color: 11289784.

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

Color convert

RGB 184 68 172 -
CMYK 0 0.63 0.07 0.28
HSL 306.21º 0.46% 0.49% -
HSV(B) 306.21º 0.63% 0.72% -
XYZ 29.28 17.3 40.83 -
YUV 114.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 184 68 172 0 0.63 0.07 0.28 306.21 0.46 0.49
Hex B8 44 AC 0 3F 7 1C 132 2E 31
Octal 270 104 254 0 77 7 34 462 56 61
Binary 10111000 1000100 10101100 0 111111 111 11100 100110010 101110 110001

Color Harmonies of #B844AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844AC

Black with #B844AC

Text Example


Text Example

White with #B844AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844AC; }

 p { color: rgb(184,68,172); }

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

background-color css

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

 a { background-color: rgb(184,68,172); }

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

border-color css

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

 span { border-color: rgb(184,68,172); }

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