Html Css Color HEX #BF13EA Electric Purple

📋 copy color: '#BF13EA'

red 191 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #BF13EA

Tints of Electric Purple #BF13EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 43.02%
G = 4.28%
B = 52.7%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF13EA (or 0xBF13EA) is known color: Electric Purple. HEX triplet: BF, 13 and EA. RGB value is (191,19,234). Sum of RGB (Red+Green+Blue) = 191+19+234=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF13EA is #40EC15. Grayscale: #5E5E5E. Windows color (decimal): -4254742 or 15340479. OLE color: 15340479.

HSL color Cylindrical-coordinate representation of color #BF13EA: hue angle of 288º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF13EA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 19 234 -
CMYK 0.18 0.92 0 0.08
HSL 288º 0.85% 0.5% -
HSV(B) 288º 0.92% 0.92% -
XYZ 36.57 17.48 79.29 -
YUV 94.94 206.48 196.52 -
System Red Green Blue C M Y K H S L
Decimal 191 19 234 0.18 0.92 0 0.08 288 0.85 0.5
Hex BF 13 EA 12 5C 0 8 120 55 32
Octal 277 23 352 22 134 0 10 440 125 62
Binary 10111111 10011 11101010 10010 1011100 0 1000 100100000 1010101 110010

Color Harmonies of #BF13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13EA

Black with #BF13EA

Text Example


Text Example

White with #BF13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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