Html Css Color HEX #BC2DEE Electric Purple

📋 copy color: '#BC2DEE'

red 188 ◦ green 45 ◦ blue 238

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

Shades of Electric Purple #BC2DEE

Tints of Electric Purple #BC2DEE

RGB

 RED value IS 188 (73.83% from 255) = 39.92%

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

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

R = 39.92%
G = 9.55%
B = 50.53%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC2DEE (or 0xBC2DEE) is known color: Electric Purple. HEX triplet: BC, 2D and EE. RGB value is (188,45,238). Sum of RGB (Red+Green+Blue) = 188+45+238=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DEE is #43D211. Grayscale: #6D6D6D. Windows color (decimal): -4444690 or 15609276. OLE color: 15609276.

HSL color Cylindrical-coordinate representation of color #BC2DEE: hue angle of 284.46º 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 #BC2DEE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 45 238 -
CMYK 0.21 0.81 0 0.07
HSL 284.46º 0.85% 0.55% -
HSV(B) 284.46º 0.81% 0.93% -
XYZ 37.11 18.74 82.55 -
YUV 109.76 200.38 183.81 -
System Red Green Blue C M Y K H S L
Decimal 188 45 238 0.21 0.81 0 0.07 284.46 0.85 0.55
Hex BC 2D EE 15 51 0 7 11C 55 37
Octal 274 55 356 25 121 0 7 434 125 67
Binary 10111100 101101 11101110 10101 1010001 0 111 100011100 1010101 110111

Color Harmonies of #BC2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DEE

Black with #BC2DEE

Text Example


Text Example

White with #BC2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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