Html Css Color HEX #B841C3 Fuchsia

📋 copy color: '#B841C3'

red 184 ◦ green 65 ◦ blue 195

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

Shades of Fuchsia #B841C3

Tints of Fuchsia #B841C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.92%

R = 41.44%
G = 14.64%
B = 43.92%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B841C3 (or 0xB841C3) is known color: Fuchsia. HEX triplet: B8, 41 and C3. RGB value is (184,65,195). Sum of RGB (Red+Green+Blue) = 184+65+195=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #B841C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841C3 is #47BE3C. Grayscale: #737373. Windows color (decimal): -4701757 or 12796344. OLE color: 12796344.

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

Color convert

RGB 184 65 195 -
CMYK 0.06 0.67 0 0.24
HSL 294.92º 0.52% 0.51% -
HSV(B) 294.92º 0.67% 0.76% -
XYZ 31.51 17.91 53.43 -
YUV 115.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 184 65 195 0.06 0.67 0 0.24 294.92 0.52 0.51
Hex B8 41 C3 6 43 0 18 127 34 33
Octal 270 101 303 6 103 0 30 447 64 63
Binary 10111000 1000001 11000011 110 1000011 0 11000 100100111 110100 110011

Color Harmonies of #B841C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841C3

Black with #B841C3

Text Example


Text Example

White with #B841C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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