Html Css Color HEX #B841B6 Fuchsia

📋 copy color: '#B841B6'

red 184 ◦ green 65 ◦ blue 182

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

Shades of Fuchsia #B841B6

Tints of Fuchsia #B841B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 42.69%
G = 15.08%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B841B6 (or 0xB841B6) is known color: Fuchsia. HEX triplet: B8, 41 and B6. RGB value is (184,65,182). Sum of RGB (Red+Green+Blue) = 184+65+182=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B841B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841B6 is #47BE49. Grayscale: #717171. Windows color (decimal): -4701770 or 11944376. OLE color: 11944376.

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

Color convert

RGB 184 65 182 -
CMYK 0 0.65 0.01 0.28
HSL 301.01º 0.48% 0.49% -
HSV(B) 301.01º 0.65% 0.72% -
XYZ 30.1 17.35 46.02 -
YUV 113.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 184 65 182 0 0.65 0.01 0.28 301.01 0.48 0.49
Hex B8 41 B6 0 41 1 1C 12D 30 31
Octal 270 101 266 0 101 1 34 455 60 61
Binary 10111000 1000001 10110110 0 1000001 1 11100 100101101 110000 110001

Color Harmonies of #B841B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841B6

Black with #B841B6

Text Example


Text Example

White with #B841B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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