Html Css Color HEX #BF2DEE Electric Purple

📋 copy color: '#BF2DEE'

red 191 ◦ green 45 ◦ blue 238

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

Shades of Electric Purple #BF2DEE

Tints of Electric Purple #BF2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.49%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 40.3%
G = 9.49%
B = 50.21%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF2DEE (or 0xBF2DEE) is known color: Electric Purple. HEX triplet: BF, 2D and EE. RGB value is (191,45,238). Sum of RGB (Red+Green+Blue) = 191+45+238=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DEE is #40D211. Grayscale: #6E6E6E. Windows color (decimal): -4248082 or 15609279. OLE color: 15609279.

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

Color convert

RGB 191 45 238 -
CMYK 0.20 0.81 0 0.07
HSL 285.39º 0.85% 0.55% -
HSV(B) 285.39º 0.81% 0.93% -
XYZ 37.86 19.13 82.59 -
YUV 110.66 199.87 185.31 -
System Red Green Blue C M Y K H S L
Decimal 191 45 238 0.20 0.81 0 0.07 285.39 0.85 0.55
Hex BF 2D EE 14 51 0 7 11D 55 37
Octal 277 55 356 24 121 0 7 435 125 67
Binary 10111111 101101 11101110 10100 1010001 0 111 100011101 1010101 110111

Color Harmonies of #BF2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DEE

Black with #BF2DEE

Text Example


Text Example

White with #BF2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DEE; }

 p { color: rgb(191,45,238); }

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

background-color css

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

 a { background-color: rgb(191,45,238); }

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

border-color css

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

 span { border-color: rgb(191,45,238); }

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