Html Css Color HEX #BC03F0 Electric Purple

📋 copy color: '#BC03F0'

red 188 ◦ green 3 ◦ blue 240

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

Shades of Electric Purple #BC03F0

Tints of Electric Purple #BC03F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 43.62%
G = 0.7%
B = 55.68%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC03F0 (or 0xBC03F0) is known color: Electric Purple. HEX triplet: BC, 03 and F0. RGB value is (188,3,240). Sum of RGB (Red+Green+Blue) = 188+3+240=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC03F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC03F0 is #43FC0F. Grayscale: #545454. Windows color (decimal): -4455440 or 15729596. OLE color: 15729596.

HSL color Cylindrical-coordinate representation of color #BC03F0: hue angle of 286.84º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03F0 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 3 240 -
CMYK 0.22 0.99 0 0.06
HSL 286.84º 0.98% 0.48% -
HSV(B) 286.84º 0.99% 0.94% -
XYZ 36.5 17.05 83.8 -
YUV 85.33 215.29 201.23 -
System Red Green Blue C M Y K H S L
Decimal 188 3 240 0.22 0.99 0 0.06 286.84 0.98 0.48
Hex BC 3 F0 16 63 0 6 11F 62 30
Octal 274 3 360 26 143 0 6 437 142 60
Binary 10111100 11 11110000 10110 1100011 0 110 100011111 1100010 110000

Color Harmonies of #BC03F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03F0

Black with #BC03F0

Text Example


Text Example

White with #BC03F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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