Html Css Color HEX #BC15F0 Electric Purple

📋 copy color: '#BC15F0'

red 188 ◦ green 21 ◦ blue 240

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

Shades of Electric Purple #BC15F0

Tints of Electric Purple #BC15F0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.68%

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

R = 41.87%
G = 4.68%
B = 53.45%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC15F0 (or 0xBC15F0) is known color: Electric Purple. HEX triplet: BC, 15 and F0. RGB value is (188,21,240). Sum of RGB (Red+Green+Blue) = 188+21+240=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC15F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15F0 is #43EA0F. Grayscale: #5F5F5F. Windows color (decimal): -4450832 or 15734204. OLE color: 15734204.

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

Color convert

RGB 188 21 240 -
CMYK 0.22 0.91 0 0.06
HSL 285.75º 0.88% 0.51% -
HSV(B) 285.75º 0.91% 0.94% -
XYZ 36.74 17.52 83.88 -
YUV 95.9 209.33 193.69 -
System Red Green Blue C M Y K H S L
Decimal 188 21 240 0.22 0.91 0 0.06 285.75 0.88 0.51
Hex BC 15 F0 16 5B 0 6 11E 58 33
Octal 274 25 360 26 133 0 6 436 130 63
Binary 10111100 10101 11110000 10110 1011011 0 110 100011110 1011000 110011

Color Harmonies of #BC15F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15F0

Black with #BC15F0

Text Example


Text Example

White with #BC15F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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