Html Css Color HEX #BF21E3 Electric Purple

📋 copy color: '#BF21E3'

red 191 ◦ green 33 ◦ blue 227

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

Shades of Electric Purple #BF21E3

Tints of Electric Purple #BF21E3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.32%

 BLUE value IS 227 (89.06% from 255) = 50.33%

R = 42.35%
G = 7.32%
B = 50.33%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF21E3 (or 0xBF21E3) is known color: Electric Purple. HEX triplet: BF, 21 and E3. RGB value is (191,33,227). Sum of RGB (Red+Green+Blue) = 191+33+227=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 227 (89.06% from 255 or 50.33% from 451); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF21E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21E3 is #40DE1C. Grayscale: #656565. Windows color (decimal): -4251165 or 14885311. OLE color: 14885311.

HSL color Cylindrical-coordinate representation of color #BF21E3: hue angle of 288.87º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF21E3 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 33 227 -
CMYK 0.16 0.85 0 0.11
HSL 288.87º 0.78% 0.51% -
HSV(B) 288.87º 0.85% 0.89% -
XYZ 35.89 17.71 74.2 -
YUV 102.36 198.35 191.23 -
System Red Green Blue C M Y K H S L
Decimal 191 33 227 0.16 0.85 0 0.11 288.87 0.78 0.51
Hex BF 21 E3 10 55 0 B 121 4E 33
Octal 277 41 343 20 125 0 13 441 116 63
Binary 10111111 100001 11100011 10000 1010101 0 1011 100100001 1001110 110011

Color Harmonies of #BF21E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21E3

Black with #BF21E3

Text Example


Text Example

White with #BF21E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21E3; }

 p { color: rgb(191,33,227); }

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

background-color css

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

 a { background-color: rgb(191,33,227); }

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

border-color css

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

 span { border-color: rgb(191,33,227); }

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