Html Css Color HEX #BF2CEE Electric Purple

📋 copy color: '#BF2CEE'

red 191 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #BF2CEE

Tints of Electric Purple #BF2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.3%

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

R = 40.38%
G = 9.3%
B = 50.32%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF2CEE (or 0xBF2CEE) is known color: Electric Purple. HEX triplet: BF, 2C and EE. RGB value is (191,44,238). Sum of RGB (Red+Green+Blue) = 191+44+238=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CEE is #40D311. Grayscale: #6D6D6D. Windows color (decimal): -4248338 or 15609023. OLE color: 15609023.

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

Color convert

RGB 191 44 238 -
CMYK 0.20 0.82 0 0.07
HSL 285.46º 0.85% 0.55% -
HSV(B) 285.46º 0.82% 0.93% -
XYZ 37.82 19.05 82.57 -
YUV 110.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 191 44 238 0.20 0.82 0 0.07 285.46 0.85 0.55
Hex BF 2C EE 14 52 0 7 11D 55 37
Octal 277 54 356 24 122 0 7 435 125 67
Binary 10111111 101100 11101110 10100 1010010 0 111 100011101 1010101 110111

Color Harmonies of #BF2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CEE

Black with #BF2CEE

Text Example


Text Example

White with #BF2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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