Html Css Color HEX #BC03ED Electric Purple

📋 copy color: '#BC03ED'

red 188 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #BC03ED

Tints of Electric Purple #BC03ED

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 43.93%
G = 0.7%
B = 55.37%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC03ED (or 0xBC03ED) is known color: Electric Purple. HEX triplet: BC, 03 and ED. RGB value is (188,3,237). Sum of RGB (Red+Green+Blue) = 188+3+237=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC03ED is #43FC12. Grayscale: #545454. Windows color (decimal): -4455443 or 15532988. OLE color: 15532988.

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

Color convert

RGB 188 3 237 -
CMYK 0.21 0.99 0 0.07
HSL 287.44º 0.98% 0.47% -
HSV(B) 287.44º 0.99% 0.93% -
XYZ 36.06 16.87 81.48 -
YUV 84.99 213.79 201.47 -
System Red Green Blue C M Y K H S L
Decimal 188 3 237 0.21 0.99 0 0.07 287.44 0.98 0.47
Hex BC 3 ED 15 63 0 7 11F 62 2F
Octal 274 3 355 25 143 0 7 437 142 57
Binary 10111100 11 11101101 10101 1100011 0 111 100011111 1100010 101111

Color Harmonies of #BC03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03ED

Black with #BC03ED

Text Example


Text Example

White with #BC03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03ED; }

 p { color: rgb(188,3,237); }

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

background-color css

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

 a { background-color: rgb(188,3,237); }

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

border-color css

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

 span { border-color: rgb(188,3,237); }

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