Html Css Color HEX #BC0DEE Electric Purple

📋 copy color: '#BC0DEE'

red 188 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #BC0DEE

Tints of Electric Purple #BC0DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.96%

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

R = 42.82%
G = 2.96%
B = 54.21%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC0DEE (or 0xBC0DEE) is known color: Electric Purple. HEX triplet: BC, 0D and EE. RGB value is (188,13,238). Sum of RGB (Red+Green+Blue) = 188+13+238=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC0DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DEE is #43F211. Grayscale: #5A5A5A. Windows color (decimal): -4452882 or 15601084. OLE color: 15601084.

HSL color Cylindrical-coordinate representation of color #BC0DEE: hue angle of 286.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0DEE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 13 238 -
CMYK 0.21 0.95 0 0.07
HSL 286.67º 0.9% 0.49% -
HSV(B) 286.67º 0.95% 0.93% -
XYZ 36.32 17.15 82.29 -
YUV 90.98 210.98 197.2 -
System Red Green Blue C M Y K H S L
Decimal 188 13 238 0.21 0.95 0 0.07 286.67 0.9 0.49
Hex BC D EE 15 5F 0 7 11F 5A 31
Octal 274 15 356 25 137 0 7 437 132 61
Binary 10111100 1101 11101110 10101 1011111 0 111 100011111 1011010 110001

Color Harmonies of #BC0DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DEE

Black with #BC0DEE

Text Example


Text Example

White with #BC0DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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