Html Css Color HEX #B844AE Fuchsia

📋 copy color: '#B844AE'

red 184 ◦ green 68 ◦ blue 174

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

Shades of Fuchsia #B844AE

Tints of Fuchsia #B844AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 43.19%
G = 15.96%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B844AE (or 0xB844AE) is known color: Fuchsia. HEX triplet: B8, 44 and AE. RGB value is (184,68,174). Sum of RGB (Red+Green+Blue) = 184+68+174=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B844AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B844AE is #47BB51. Grayscale: #727272. Windows color (decimal): -4701010 or 11420856. OLE color: 11420856.

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

Color convert

RGB 184 68 174 -
CMYK 0 0.63 0.05 0.28
HSL 305.17º 0.46% 0.49% -
HSV(B) 305.17º 0.63% 0.72% -
XYZ 29.47 17.38 41.85 -
YUV 114.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 184 68 174 0 0.63 0.05 0.28 305.17 0.46 0.49
Hex B8 44 AE 0 3F 5 1C 131 2E 31
Octal 270 104 256 0 77 5 34 461 56 61
Binary 10111000 1000100 10101110 0 111111 101 11100 100110001 101110 110001

Color Harmonies of #B844AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844AE

Black with #B844AE

Text Example


Text Example

White with #B844AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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