Html Css Color HEX #B831FF Electric Purple

📋 copy color: '#B831FF'

red 184 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #B831FF

Tints of Electric Purple #B831FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 37.7%
G = 10.04%
B = 52.25%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B831FF (or 0xB831FF) is known color: Electric Purple. HEX triplet: B8, 31 and FF. RGB value is (184,49,255). Sum of RGB (Red+Green+Blue) = 184+49+255=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #B831FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831FF is #47CE00. Grayscale: #707070. Windows color (decimal): -4705793 or 16724408. OLE color: 16724408.

HSL color Cylindrical-coordinate representation of color #B831FF: hue angle of 279.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B831FF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 49 255 -
CMYK 0.28 0.81 0 0
HSL 279.32º 1% 0.6% -
HSV(B) 279.32º 0.81% 1% -
XYZ 38.92 19.61 96.34 -
YUV 112.85 208.23 178.75 -
System Red Green Blue C M Y K H S L
Decimal 184 49 255 0.28 0.81 0 0 279.32 1 0.6
Hex B8 31 FF 1C 51 0 0 117 64 3C
Octal 270 61 377 34 121 0 0 427 144 74
Binary 10111000 110001 11111111 11100 1010001 0 0 100010111 1100100 111100

Color Harmonies of #B831FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831FF

Black with #B831FF

Text Example


Text Example

White with #B831FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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