Html Css Color HEX #B430FE Electric Purple

📋 copy color: '#B430FE'

red 180 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #B430FE

Tints of Electric Purple #B430FE

RGB

 RED value IS 180 (70.7% from 255) = 37.34%

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

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

R = 37.34%
G = 9.96%
B = 52.7%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B430FE (or 0xB430FE) is known color: Electric Purple. HEX triplet: B4, 30 and FE. RGB value is (180,48,254). Sum of RGB (Red+Green+Blue) = 180+48+254=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #B430FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430FE is #4BCF01. Grayscale: #6E6E6E. Windows color (decimal): -4968194 or 16658612. OLE color: 16658612.

HSL color Cylindrical-coordinate representation of color #B430FE: hue angle of 278.45º 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 #B430FE is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 48 254 -
CMYK 0.29 0.81 0 0.00
HSL 278.45º 0.99% 0.59% -
HSV(B) 278.45º 0.81% 1% -
XYZ 37.77 18.97 95.44 -
YUV 110.95 208.73 177.25 -
System Red Green Blue C M Y K H S L
Decimal 180 48 254 0.29 0.81 0 0.00 278.45 0.99 0.59
Hex B4 30 FE 1D 51 0 0 116 63 3B
Octal 264 60 376 35 121 0 0 426 143 73
Binary 10110100 110000 11111110 11101 1010001 0 0 100010110 1100011 111011

Color Harmonies of #B430FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430FE

Black with #B430FE

Text Example


Text Example

White with #B430FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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