Html Css Color HEX #B841C1 Fuchsia

📋 copy color: '#B841C1'

red 184 ◦ green 65 ◦ blue 193

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

Shades of Fuchsia #B841C1

Tints of Fuchsia #B841C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 41.63%
G = 14.71%
B = 43.67%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B841C1 (or 0xB841C1) is known color: Fuchsia. HEX triplet: B8, 41 and C1. RGB value is (184,65,193). Sum of RGB (Red+Green+Blue) = 184+65+193=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #B841C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841C1 is #47BE3E. Grayscale: #727272. Windows color (decimal): -4701759 or 12665272. OLE color: 12665272.

HSL color Cylindrical-coordinate representation of color #B841C1: hue angle of 295.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B841C1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 65 193 -
CMYK 0.05 0.66 0 0.24
HSL 295.78º 0.51% 0.51% -
HSV(B) 295.78º 0.66% 0.76% -
XYZ 31.28 17.82 52.24 -
YUV 115.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 184 65 193 0.05 0.66 0 0.24 295.78 0.51 0.51
Hex B8 41 C1 5 42 0 18 128 33 33
Octal 270 101 301 5 102 0 30 450 63 63
Binary 10111000 1000001 11000001 101 1000010 0 11000 100101000 110011 110011

Color Harmonies of #B841C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841C1

Black with #B841C1

Text Example


Text Example

White with #B841C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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