Html Css Color HEX #B841AF Fuchsia

📋 copy color: '#B841AF'

red 184 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #B841AF

Tints of Fuchsia #B841AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.33%

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

R = 43.4%
G = 15.33%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B841AF (or 0xB841AF) is known color: Fuchsia. HEX triplet: B8, 41 and AF. RGB value is (184,65,175). Sum of RGB (Red+Green+Blue) = 184+65+175=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B841AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B841AF is #47BE50. Grayscale: #707070. Windows color (decimal): -4701777 or 11485624. OLE color: 11485624.

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

Color convert

RGB 184 65 175 -
CMYK 0 0.65 0.05 0.28
HSL 304.54º 0.48% 0.49% -
HSV(B) 304.54º 0.65% 0.72% -
XYZ 29.4 17.07 42.3 -
YUV 113.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 184 65 175 0 0.65 0.05 0.28 304.54 0.48 0.49
Hex B8 41 AF 0 41 5 1C 131 30 31
Octal 270 101 257 0 101 5 34 461 60 61
Binary 10111000 1000001 10101111 0 1000001 101 11100 100110001 110000 110001

Color Harmonies of #B841AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841AF

Black with #B841AF

Text Example


Text Example

White with #B841AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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