Html Css Color HEX #B30FF0 Electric Purple

📋 copy color: '#B30FF0'

red 179 ◦ green 15 ◦ blue 240

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

Shades of Electric Purple #B30FF0

Tints of Electric Purple #B30FF0

RGB

 RED value IS 179 (70.31% from 255) = 41.24%

 GREEN value IS 15 (6.25% from 255) = 3.46%

 BLUE value IS 240 (94.14% from 255) = 55.3%

R = 41.24%
G = 3.46%
B = 55.3%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B30FF0 (or 0xB30FF0) is known color: Electric Purple. HEX triplet: B3, 0F and F0. RGB value is (179,15,240). Sum of RGB (Red+Green+Blue) = 179+15+240=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #B30FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FF0 is #4CF00F. Grayscale: #585858. Windows color (decimal): -5042192 or 15732659. OLE color: 15732659.

HSL color Cylindrical-coordinate representation of color #B30FF0: hue angle of 283.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30FF0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 15 240 -
CMYK 0.25 0.94 0 0.06
HSL 283.73º 0.88% 0.5% -
HSV(B) 283.73º 0.94% 0.94% -
XYZ 34.49 16.22 83.75 -
YUV 89.69 212.83 191.7 -
System Red Green Blue C M Y K H S L
Decimal 179 15 240 0.25 0.94 0 0.06 283.73 0.88 0.5
Hex B3 F F0 19 5E 0 6 11C 58 32
Octal 263 17 360 31 136 0 6 434 130 62
Binary 10110011 1111 11110000 11001 1011110 0 110 100011100 1011000 110010

Color Harmonies of #B30FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FF0

Black with #B30FF0

Text Example


Text Example

White with #B30FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FF0; }

 p { color: rgb(179,15,240); }

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

background-color css

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

 a { background-color: rgb(179,15,240); }

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

border-color css

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

 span { border-color: rgb(179,15,240); }

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