Html Css Color HEX #BF21FF Electric Purple

📋 copy color: '#BF21FF'

red 191 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #BF21FF

Tints of Electric Purple #BF21FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 39.87%
G = 6.89%
B = 53.24%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF21FF (or 0xBF21FF) is known color: Electric Purple. HEX triplet: BF, 21 and FF. RGB value is (191,33,255). Sum of RGB (Red+Green+Blue) = 191+33+255=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21FF is #40DE00. Grayscale: #686868. Windows color (decimal): -4251137 or 16720319. OLE color: 16720319.

HSL color Cylindrical-coordinate representation of color #BF21FF: hue angle of 282.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF21FF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 33 255 -
CMYK 0.25 0.87 0 0
HSL 282.7º 1% 0.56% -
HSV(B) 282.7º 0.87% 1% -
XYZ 40.08 19.38 96.24 -
YUV 105.55 212.35 188.95 -
System Red Green Blue C M Y K H S L
Decimal 191 33 255 0.25 0.87 0 0 282.7 1 0.56
Hex BF 21 FF 19 57 0 0 11B 64 38
Octal 277 41 377 31 127 0 0 433 144 70
Binary 10111111 100001 11111111 11001 1010111 0 0 100011011 1100100 111000

Color Harmonies of #BF21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21FF

Black with #BF21FF

Text Example


Text Example

White with #BF21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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