Html Css Color HEX #B30CFA Electric Purple

📋 copy color: '#B30CFA'

red 179 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #B30CFA

Tints of Electric Purple #B30CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.72%

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

R = 40.59%
G = 2.72%
B = 56.69%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B30CFA (or 0xB30CFA) is known color: Electric Purple. HEX triplet: B3, 0C and FA. RGB value is (179,12,250). Sum of RGB (Red+Green+Blue) = 179+12+250=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #B30CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CFA is #4CF305. Grayscale: #585858. Windows color (decimal): -5042950 or 16387251. OLE color: 16387251.

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

Color convert

RGB 179 12 250 -
CMYK 0.28 0.95 0 0.02
HSL 282.1º 0.96% 0.51% -
HSV(B) 282.1º 0.95% 0.98% -
XYZ 35.98 16.75 91.78 -
YUV 89.07 218.83 192.15 -
System Red Green Blue C M Y K H S L
Decimal 179 12 250 0.28 0.95 0 0.02 282.1 0.96 0.51
Hex B3 C FA 1C 5F 0 2 11A 60 33
Octal 263 14 372 34 137 0 2 432 140 63
Binary 10110011 1100 11111010 11100 1011111 0 10 100011010 1100000 110011

Color Harmonies of #B30CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CFA

Black with #B30CFA

Text Example


Text Example

White with #B30CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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