Html Css Color HEX #BF13F2 Electric Purple

📋 copy color: '#BF13F2'

red 191 ◦ green 19 ◦ blue 242

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

Shades of Electric Purple #BF13F2

Tints of Electric Purple #BF13F2

RGB

 RED value IS 191 (75% from 255) = 42.26%

 GREEN value IS 19 (7.81% from 255) = 4.2%

 BLUE value IS 242 (94.92% from 255) = 53.54%

R = 42.26%
G = 4.2%
B = 53.54%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF13F2 (or 0xBF13F2) is known color: Electric Purple. HEX triplet: BF, 13 and F2. RGB value is (191,19,242). Sum of RGB (Red+Green+Blue) = 191+19+242=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF13F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF13F2 is #40EC0D. Grayscale: #5F5F5F. Windows color (decimal): -4254734 or 15864767. OLE color: 15864767.

HSL color Cylindrical-coordinate representation of color #BF13F2: hue angle of 286.28º degrees, saturation: 0.9, 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 #BF13F2 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 19 242 -
CMYK 0.21 0.92 0 0.05
HSL 286.28º 0.9% 0.51% -
HSV(B) 286.28º 0.92% 0.95% -
XYZ 37.75 17.95 85.48 -
YUV 95.85 210.48 195.87 -
System Red Green Blue C M Y K H S L
Decimal 191 19 242 0.21 0.92 0 0.05 286.28 0.9 0.51
Hex BF 13 F2 15 5C 0 5 11E 5A 33
Octal 277 23 362 25 134 0 5 436 132 63
Binary 10111111 10011 11110010 10101 1011100 0 101 100011110 1011010 110011

Color Harmonies of #BF13F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13F2

Black with #BF13F2

Text Example


Text Example

White with #BF13F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13F2; }

 p { color: rgb(191,19,242); }

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

background-color css

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

 a { background-color: rgb(191,19,242); }

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

border-color css

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

 span { border-color: rgb(191,19,242); }

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