Html Css Color HEX #B830FA Electric Purple

📋 copy color: '#B830FA'

red 184 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #B830FA

Tints of Electric Purple #B830FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 38.17%
G = 9.96%
B = 51.87%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B830FA (or 0xB830FA) is known color: Electric Purple. HEX triplet: B8, 30 and FA. RGB value is (184,48,250). Sum of RGB (Red+Green+Blue) = 184+48+250=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #B830FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830FA is #47CF05. Grayscale: #6F6F6F. Windows color (decimal): -4706054 or 16396472. OLE color: 16396472.

HSL color Cylindrical-coordinate representation of color #B830FA: hue angle of 280.4º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B830FA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 48 250 -
CMYK 0.26 0.81 0 0.02
HSL 280.4º 0.95% 0.58% -
HSV(B) 280.4º 0.81% 0.98% -
XYZ 38.08 19.21 92.14 -
YUV 111.69 206.06 179.57 -
System Red Green Blue C M Y K H S L
Decimal 184 48 250 0.26 0.81 0 0.02 280.4 0.95 0.58
Hex B8 30 FA 1A 51 0 2 118 5F 3A
Octal 270 60 372 32 121 0 2 430 137 72
Binary 10111000 110000 11111010 11010 1010001 0 10 100011000 1011111 111010

Color Harmonies of #B830FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830FA

Black with #B830FA

Text Example


Text Example

White with #B830FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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