Html Css Color HEX #B841B3 Fuchsia

📋 copy color: '#B841B3'

red 184 ◦ green 65 ◦ blue 179

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

Shades of Fuchsia #B841B3

Tints of Fuchsia #B841B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.82%

R = 42.99%
G = 15.19%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B841B3 (or 0xB841B3) is known color: Fuchsia. HEX triplet: B8, 41 and B3. RGB value is (184,65,179). Sum of RGB (Red+Green+Blue) = 184+65+179=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B841B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841B3 is #47BE4C. Grayscale: #717171. Windows color (decimal): -4701773 or 11747768. OLE color: 11747768.

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

Color convert

RGB 184 65 179 -
CMYK 0 0.65 0.03 0.28
HSL 302.52º 0.48% 0.49% -
HSV(B) 302.52º 0.65% 0.72% -
XYZ 29.79 17.23 44.4 -
YUV 113.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 184 65 179 0 0.65 0.03 0.28 302.52 0.48 0.49
Hex B8 41 B3 0 41 3 1C 12F 30 31
Octal 270 101 263 0 101 3 34 457 60 61
Binary 10111000 1000001 10110011 0 1000001 11 11100 100101111 110000 110001

Color Harmonies of #B841B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841B3

Black with #B841B3

Text Example


Text Example

White with #B841B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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