Html Css Color HEX #B841C0 Fuchsia

📋 copy color: '#B841C0'

red 184 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #B841C0

Tints of Fuchsia #B841C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 41.72%
G = 14.74%
B = 43.54%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B841C0 (or 0xB841C0) is known color: Fuchsia. HEX triplet: B8, 41 and C0. RGB value is (184,65,192). Sum of RGB (Red+Green+Blue) = 184+65+192=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B841C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841C0 is #47BE3F. Grayscale: #727272. Windows color (decimal): -4701760 or 12599736. OLE color: 12599736.

HSL color Cylindrical-coordinate representation of color #B841C0: hue angle of 296.22º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B841C0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 65 192 -
CMYK 0.04 0.66 0 0.25
HSL 296.22º 0.5% 0.5% -
HSV(B) 296.22º 0.66% 0.75% -
XYZ 31.17 17.78 51.66 -
YUV 115.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 184 65 192 0.04 0.66 0 0.25 296.22 0.5 0.5
Hex B8 41 C0 4 42 0 19 128 32 32
Octal 270 101 300 4 102 0 31 450 62 62
Binary 10111000 1000001 11000000 100 1000010 0 11001 100101000 110010 110010

Color Harmonies of #B841C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841C0

Black with #B841C0

Text Example


Text Example

White with #B841C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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