Html Css Color HEX #B841B9 Fuchsia

📋 copy color: '#B841B9'

red 184 ◦ green 65 ◦ blue 185

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

Shades of Fuchsia #B841B9

Tints of Fuchsia #B841B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.63%

R = 42.4%
G = 14.98%
B = 42.63%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B841B9 (or 0xB841B9) is known color: Fuchsia. HEX triplet: B8, 41 and B9. RGB value is (184,65,185). Sum of RGB (Red+Green+Blue) = 184+65+185=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #B841B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841B9 is #47BE46. Grayscale: #717171. Windows color (decimal): -4701767 or 12140984. OLE color: 12140984.

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

Color convert

RGB 184 65 185 -
CMYK 0.01 0.65 0 0.27
HSL 299.5º 0.48% 0.49% -
HSV(B) 299.5º 0.65% 0.73% -
XYZ 30.41 17.47 47.67 -
YUV 114.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 184 65 185 0.01 0.65 0 0.27 299.5 0.48 0.49
Hex B8 41 B9 1 41 0 1B 12C 30 31
Octal 270 101 271 1 101 0 33 454 60 61
Binary 10111000 1000001 10111001 1 1000001 0 11011 100101100 110000 110001

Color Harmonies of #B841B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841B9

Black with #B841B9

Text Example


Text Example

White with #B841B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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