Html Css Color HEX #B30FFC Electric Purple

📋 copy color: '#B30FFC'

red 179 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #B30FFC

Tints of Electric Purple #B30FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 40.13%
G = 3.36%
B = 56.5%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B30FFC (or 0xB30FFC) is known color: Electric Purple. HEX triplet: B3, 0F and FC. RGB value is (179,15,252). Sum of RGB (Red+Green+Blue) = 179+15+252=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #B30FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FFC is #4CF003. Grayscale: #5A5A5A. Windows color (decimal): -5042180 or 16519091. OLE color: 16519091.

HSL color Cylindrical-coordinate representation of color #B30FFC: hue angle of 281.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30FFC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 15 252 -
CMYK 0.29 0.94 0 0.01
HSL 281.52º 0.98% 0.52% -
HSV(B) 281.52º 0.94% 0.99% -
XYZ 36.33 16.95 93.45 -
YUV 91.05 218.83 190.73 -
System Red Green Blue C M Y K H S L
Decimal 179 15 252 0.29 0.94 0 0.01 281.52 0.98 0.52
Hex B3 F FC 1D 5E 0 1 11A 62 34
Octal 263 17 374 35 136 0 1 432 142 64
Binary 10110011 1111 11111100 11101 1011110 0 1 100011010 1100010 110100

Color Harmonies of #B30FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FFC

Black with #B30FFC

Text Example


Text Example

White with #B30FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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