Html Css Color HEX #B30BFA Electric Purple

📋 copy color: '#B30BFA'

red 179 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #B30BFA

Tints of Electric Purple #B30BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 40.68%
G = 2.5%
B = 56.82%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B30BFA (or 0xB30BFA) is known color: Electric Purple. HEX triplet: B3, 0B and FA. RGB value is (179,11,250). Sum of RGB (Red+Green+Blue) = 179+11+250=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #B30BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BFA is #4CF405. Grayscale: #575757. Windows color (decimal): -5043206 or 16386995. OLE color: 16386995.

HSL color Cylindrical-coordinate representation of color #B30BFA: hue angle of 282.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30BFA is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 11 250 -
CMYK 0.28 0.96 0 0.02
HSL 282.18º 0.96% 0.51% -
HSV(B) 282.18º 0.96% 0.98% -
XYZ 35.97 16.73 91.78 -
YUV 88.48 219.16 192.57 -
System Red Green Blue C M Y K H S L
Decimal 179 11 250 0.28 0.96 0 0.02 282.18 0.96 0.51
Hex B3 B FA 1C 60 0 2 11A 60 33
Octal 263 13 372 34 140 0 2 432 140 63
Binary 10110011 1011 11111010 11100 1100000 0 10 100011010 1100000 110011

Color Harmonies of #B30BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BFA

Black with #B30BFA

Text Example


Text Example

White with #B30BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BFA; }

 p { color: rgb(179,11,250); }

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

background-color css

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

 a { background-color: rgb(179,11,250); }

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

border-color css

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

 span { border-color: rgb(179,11,250); }

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