Html Css Color HEX #B930FE Electric Purple

📋 copy color: '#B930FE'

red 185 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #B930FE

Tints of Electric Purple #B930FE

RGB

 RED value IS 185 (72.66% from 255) = 37.99%

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

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

R = 37.99%
G = 9.86%
B = 52.16%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B930FE (or 0xB930FE) is known color: Electric Purple. HEX triplet: B9, 30 and FE. RGB value is (185,48,254). Sum of RGB (Red+Green+Blue) = 185+48+254=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #B930FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B930FE is #46CF01. Grayscale: #6F6F6F. Windows color (decimal): -4640514 or 16658617. OLE color: 16658617.

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

Color convert

RGB 185 48 254 -
CMYK 0.27 0.81 0 0.00
HSL 279.9º 0.99% 0.59% -
HSV(B) 279.9º 0.81% 1% -
XYZ 38.95 19.58 95.49 -
YUV 112.45 207.89 179.75 -
System Red Green Blue C M Y K H S L
Decimal 185 48 254 0.27 0.81 0 0.00 279.9 0.99 0.59
Hex B9 30 FE 1B 51 0 0 118 63 3B
Octal 271 60 376 33 121 0 0 430 143 73
Binary 10111001 110000 11111110 11011 1010001 0 0 100011000 1100011 111011

Color Harmonies of #B930FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930FE

Black with #B930FE

Text Example


Text Example

White with #B930FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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