Html Css Color HEX #B831FC Electric Purple

📋 copy color: '#B831FC'

red 184 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #B831FC

Tints of Electric Purple #B831FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 37.94%
G = 10.1%
B = 51.96%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B831FC (or 0xB831FC) is known color: Electric Purple. HEX triplet: B8, 31 and FC. RGB value is (184,49,252). Sum of RGB (Red+Green+Blue) = 184+49+252=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #B831FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831FC is #47CE03. Grayscale: #6F6F6F. Windows color (decimal): -4705796 or 16527800. OLE color: 16527800.

HSL color Cylindrical-coordinate representation of color #B831FC: hue angle of 279.9º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B831FC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 49 252 -
CMYK 0.27 0.81 0 0.01
HSL 279.9º 0.97% 0.59% -
HSV(B) 279.9º 0.81% 0.99% -
XYZ 38.44 19.42 93.82 -
YUV 112.51 206.73 178.99 -
System Red Green Blue C M Y K H S L
Decimal 184 49 252 0.27 0.81 0 0.01 279.9 0.97 0.59
Hex B8 31 FC 1B 51 0 1 118 61 3B
Octal 270 61 374 33 121 0 1 430 141 73
Binary 10111000 110001 11111100 11011 1010001 0 1 100011000 1100001 111011

Color Harmonies of #B831FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831FC

Black with #B831FC

Text Example


Text Example

White with #B831FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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