Html Css Color HEX #B014F1 Electric Purple

📋 copy color: '#B014F1'

red 176 ◦ green 20 ◦ blue 241

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

Shades of Electric Purple #B014F1

Tints of Electric Purple #B014F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.58%

 BLUE value IS 241 (94.53% from 255) = 55.15%

R = 40.27%
G = 4.58%
B = 55.15%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B014F1 (or 0xB014F1) is known color: Electric Purple. HEX triplet: B0, 14 and F1. RGB value is (176,20,241). Sum of RGB (Red+Green+Blue) = 176+20+241=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #B014F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B014F1 is #4FEB0E. Grayscale: #5B5B5B. Windows color (decimal): -5237519 or 15799472. OLE color: 15799472.

HSL color Cylindrical-coordinate representation of color #B014F1: hue angle of 282.35º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B014F1 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 20 241 -
CMYK 0.27 0.92 0 0.05
HSL 282.35º 0.89% 0.51% -
HSV(B) 282.35º 0.92% 0.95% -
XYZ 34.03 16.08 84.53 -
YUV 91.84 212.18 188.03 -
System Red Green Blue C M Y K H S L
Decimal 176 20 241 0.27 0.92 0 0.05 282.35 0.89 0.51
Hex B0 14 F1 1B 5C 0 5 11A 59 33
Octal 260 24 361 33 134 0 5 432 131 63
Binary 10110000 10100 11110001 11011 1011100 0 101 100011010 1011001 110011

Color Harmonies of #B014F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014F1

Black with #B014F1

Text Example


Text Example

White with #B014F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014F1; }

 p { color: rgb(176,20,241); }

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

background-color css

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

 a { background-color: rgb(176,20,241); }

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

border-color css

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

 span { border-color: rgb(176,20,241); }

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