Html Css Color HEX #B012FA Electric Purple

📋 copy color: '#B012FA'

red 176 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #B012FA

Tints of Electric Purple #B012FA

RGB

 RED value IS 176 (69.14% from 255) = 39.64%

 GREEN value IS 18 (7.42% from 255) = 4.05%

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

R = 39.64%
G = 4.05%
B = 56.31%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B012FA (or 0xB012FA) is known color: Electric Purple. HEX triplet: B0, 12 and FA. RGB value is (176,18,250). Sum of RGB (Red+Green+Blue) = 176+18+250=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #B012FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B012FA is #4FED05. Grayscale: #5A5A5A. Windows color (decimal): -5238022 or 16388784. OLE color: 16388784.

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

Color convert

RGB 176 18 250 -
CMYK 0.30 0.93 0 0.02
HSL 280.86º 0.96% 0.53% -
HSV(B) 280.86º 0.93% 0.98% -
XYZ 35.38 16.56 91.78 -
YUV 91.69 217.35 188.14 -
System Red Green Blue C M Y K H S L
Decimal 176 18 250 0.30 0.93 0 0.02 280.86 0.96 0.53
Hex B0 12 FA 1E 5D 0 2 119 60 35
Octal 260 22 372 36 135 0 2 431 140 65
Binary 10110000 10010 11111010 11110 1011101 0 10 100011001 1100000 110101

Color Harmonies of #B012FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012FA

Black with #B012FA

Text Example


Text Example

White with #B012FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012FA; }

 p { color: rgb(176,18,250); }

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

background-color css

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

 a { background-color: rgb(176,18,250); }

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

border-color css

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

 span { border-color: rgb(176,18,250); }

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