Html Css Color HEX #B30FE6 Electric Purple

📋 copy color: '#B30FE6'

red 179 ◦ green 15 ◦ blue 230

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

Shades of Electric Purple #B30FE6

Tints of Electric Purple #B30FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 42.22%
G = 3.54%
B = 54.25%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B30FE6 (or 0xB30FE6) is known color: Electric Purple. HEX triplet: B3, 0F and E6. RGB value is (179,15,230). Sum of RGB (Red+Green+Blue) = 179+15+230=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #B30FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FE6 is #4CF019. Grayscale: #575757. Windows color (decimal): -5042202 or 15077299. OLE color: 15077299.

HSL color Cylindrical-coordinate representation of color #B30FE6: hue angle of 285.77º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FE6 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 15 230 -
CMYK 0.22 0.93 0 0.10
HSL 285.77º 0.88% 0.48% -
HSV(B) 285.77º 0.93% 0.9% -
XYZ 33.04 15.64 76.14 -
YUV 88.55 207.83 192.52 -
System Red Green Blue C M Y K H S L
Decimal 179 15 230 0.22 0.93 0 0.10 285.77 0.88 0.48
Hex B3 F E6 16 5D 0 A 11E 58 30
Octal 263 17 346 26 135 0 12 436 130 60
Binary 10110011 1111 11100110 10110 1011101 0 1010 100011110 1011000 110000

Color Harmonies of #B30FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FE6

Black with #B30FE6

Text Example


Text Example

White with #B30FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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