Html Css Color HEX #B844AF Fuchsia

📋 copy color: '#B844AF'

red 184 ◦ green 68 ◦ blue 175

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

Shades of Fuchsia #B844AF

Tints of Fuchsia #B844AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 43.09%
G = 15.93%
B = 40.98%

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

#B844AF (or 0xB844AF) is known color: Fuchsia. HEX triplet: B8, 44 and AF. RGB value is (184,68,175). Sum of RGB (Red+Green+Blue) = 184+68+175=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B844AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B844AF is #47BB50. Grayscale: #727272. Windows color (decimal): -4701009 or 11486392. OLE color: 11486392.

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

Color convert

RGB 184 68 175 -
CMYK 0 0.63 0.05 0.28
HSL 304.66º 0.46% 0.49% -
HSV(B) 304.66º 0.63% 0.72% -
XYZ 29.57 17.42 42.36 -
YUV 114.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 184 68 175 0 0.63 0.05 0.28 304.66 0.46 0.49
Hex B8 44 AF 0 3F 5 1C 131 2E 31
Octal 270 104 257 0 77 5 34 461 56 61
Binary 10111000 1000100 10101111 0 111111 101 11100 100110001 101110 110001

Color Harmonies of #B844AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844AF

Black with #B844AF

Text Example


Text Example

White with #B844AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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