Html Css Color HEX #BF20EB Electric Purple

📋 copy color: '#BF20EB'

red 191 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #BF20EB

Tints of Electric Purple #BF20EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 41.7%
G = 6.99%
B = 51.31%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF20EB (or 0xBF20EB) is known color: Electric Purple. HEX triplet: BF, 20 and EB. RGB value is (191,32,235). Sum of RGB (Red+Green+Blue) = 191+32+235=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20EB is #40DF14. Grayscale: #666666. Windows color (decimal): -4251413 or 15409343. OLE color: 15409343.

HSL color Cylindrical-coordinate representation of color #BF20EB: hue angle of 287º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF20EB is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 32 235 -
CMYK 0.19 0.86 0 0.08
HSL 287º 0.84% 0.52% -
HSV(B) 287º 0.86% 0.92% -
XYZ 37 18.11 80.14 -
YUV 102.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 191 32 235 0.19 0.86 0 0.08 287 0.84 0.52
Hex BF 20 EB 13 56 0 8 11F 54 34
Octal 277 40 353 23 126 0 10 437 124 64
Binary 10111111 100000 11101011 10011 1010110 0 1000 100011111 1010100 110100

Color Harmonies of #BF20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20EB

Black with #BF20EB

Text Example


Text Example

White with #BF20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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