Html Css Color HEX #B830FE Electric Purple

📋 copy color: '#B830FE'

red 184 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #B830FE

Tints of Electric Purple #B830FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.88%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 37.86%
G = 9.88%
B = 52.26%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B830FE (or 0xB830FE) is known color: Electric Purple. HEX triplet: B8, 30 and FE. RGB value is (184,48,254). Sum of RGB (Red+Green+Blue) = 184+48+254=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #B830FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830FE is #47CF01. Grayscale: #6F6F6F. Windows color (decimal): -4706050 or 16658616. OLE color: 16658616.

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

Color convert

RGB 184 48 254 -
CMYK 0.28 0.81 0 0.00
HSL 279.61º 0.99% 0.59% -
HSV(B) 279.61º 0.81% 1% -
XYZ 38.71 19.46 95.48 -
YUV 112.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 184 48 254 0.28 0.81 0 0.00 279.61 0.99 0.59
Hex B8 30 FE 1C 51 0 0 118 63 3B
Octal 270 60 376 34 121 0 0 430 143 73
Binary 10111000 110000 11111110 11100 1010001 0 0 100011000 1100011 111011

Color Harmonies of #B830FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830FE

Black with #B830FE

Text Example


Text Example

White with #B830FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830FE; }

 p { color: rgb(184,48,254); }

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

background-color css

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

 a { background-color: rgb(184,48,254); }

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

border-color css

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

 span { border-color: rgb(184,48,254); }

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