Html Css Color HEX #BC15F1 Electric Purple

📋 copy color: '#BC15F1'

red 188 ◦ green 21 ◦ blue 241

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

Shades of Electric Purple #BC15F1

Tints of Electric Purple #BC15F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.56%

R = 41.78%
G = 4.67%
B = 53.56%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC15F1 (or 0xBC15F1) is known color: Electric Purple. HEX triplet: BC, 15 and F1. RGB value is (188,21,241). Sum of RGB (Red+Green+Blue) = 188+21+241=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15F1 is #43EA0E. Grayscale: #5F5F5F. Windows color (decimal): -4450831 or 15799740. OLE color: 15799740.

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

Color convert

RGB 188 21 241 -
CMYK 0.22 0.91 0 0.05
HSL 285.55º 0.89% 0.51% -
HSV(B) 285.55º 0.91% 0.95% -
XYZ 36.88 17.58 84.67 -
YUV 96.01 209.83 193.61 -
System Red Green Blue C M Y K H S L
Decimal 188 21 241 0.22 0.91 0 0.05 285.55 0.89 0.51
Hex BC 15 F1 16 5B 0 5 11E 59 33
Octal 274 25 361 26 133 0 5 436 131 63
Binary 10111100 10101 11110001 10110 1011011 0 101 100011110 1011001 110011

Color Harmonies of #BC15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15F1

Black with #BC15F1

Text Example


Text Example

White with #BC15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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