Html Css Color HEX #B831B7 Fuchsia

📋 copy color: '#B831B7'

red 184 ◦ green 49 ◦ blue 183

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

Shades of Fuchsia #B831B7

Tints of Fuchsia #B831B7

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.78%

 BLUE value IS 183 (71.88% from 255) = 43.99%

R = 44.23%
G = 11.78%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B831B7 (or 0xB831B7) is known color: Fuchsia. HEX triplet: B8, 31 and B7. RGB value is (184,49,183). Sum of RGB (Red+Green+Blue) = 184+49+183=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B831B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831B7 is #47CE48. Grayscale: #686868. Windows color (decimal): -4705865 or 12005816. OLE color: 12005816.

HSL color Cylindrical-coordinate representation of color #B831B7: hue angle of 300.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B831B7 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 183 -
CMYK 0 0.73 0.01 0.28
HSL 300.44º 0.58% 0.46% -
HSV(B) 300.44º 0.73% 0.72% -
XYZ 29.41 15.81 46.3 -
YUV 104.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 184 49 183 0 0.73 0.01 0.28 300.44 0.58 0.46
Hex B8 31 B7 0 49 1 1C 12C 3A 2E
Octal 270 61 267 0 111 1 34 454 72 56
Binary 10111000 110001 10110111 0 1001001 1 11100 100101100 111010 101110

Color Harmonies of #B831B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831B7

Black with #B831B7

Text Example


Text Example

White with #B831B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831B7; }

 p { color: rgb(184,49,183); }

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

background-color css

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

 a { background-color: rgb(184,49,183); }

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

border-color css

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

 span { border-color: rgb(184,49,183); }

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