Html Css Color HEX #BF20ED Electric Purple

📋 copy color: '#BF20ED'

red 191 ◦ green 32 ◦ blue 237

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

Shades of Electric Purple #BF20ED

Tints of Electric Purple #BF20ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.96%

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 41.52%
G = 6.96%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF20ED (or 0xBF20ED) is known color: Electric Purple. HEX triplet: BF, 20 and ED. RGB value is (191,32,237). Sum of RGB (Red+Green+Blue) = 191+32+237=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20ED is #40DF12. Grayscale: #666666. Windows color (decimal): -4251411 or 15540415. OLE color: 15540415.

HSL color Cylindrical-coordinate representation of color #BF20ED: hue angle of 286.54º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF20ED is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 32 237 -
CMYK 0.19 0.86 0 0.07
HSL 286.54º 0.85% 0.53% -
HSV(B) 286.54º 0.86% 0.93% -
XYZ 37.29 18.22 81.67 -
YUV 102.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 191 32 237 0.19 0.86 0 0.07 286.54 0.85 0.53
Hex BF 20 ED 13 56 0 7 11F 55 35
Octal 277 40 355 23 126 0 7 437 125 65
Binary 10111111 100000 11101101 10011 1010110 0 111 100011111 1010101 110101

Color Harmonies of #BF20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20ED

Black with #BF20ED

Text Example


Text Example

White with #BF20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20ED; }

 p { color: rgb(191,32,237); }

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

background-color css

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

 a { background-color: rgb(191,32,237); }

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

border-color css

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

 span { border-color: rgb(191,32,237); }

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