Html Css Color HEX #BC15FF Electric Purple

📋 copy color: '#BC15FF'

red 188 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #BC15FF

Tints of Electric Purple #BC15FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 40.52%
G = 4.53%
B = 54.96%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC15FF (or 0xBC15FF) is known color: Electric Purple. HEX triplet: BC, 15 and FF. RGB value is (188,21,255). Sum of RGB (Red+Green+Blue) = 188+21+255=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15FF is #43EA00. Grayscale: #606060. Windows color (decimal): -4450817 or 16717244. OLE color: 16717244.

HSL color Cylindrical-coordinate representation of color #BC15FF: hue angle of 282.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC15FF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 21 255 -
CMYK 0.26 0.92 0 0
HSL 282.82º 1% 0.54% -
HSV(B) 282.82º 0.92% 1% -
XYZ 39.06 18.45 96.11 -
YUV 97.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 188 21 255 0.26 0.92 0 0 282.82 1 0.54
Hex BC 15 FF 1A 5C 0 0 11B 64 36
Octal 274 25 377 32 134 0 0 433 144 66
Binary 10111100 10101 11111111 11010 1011100 0 0 100011011 1100100 110110

Color Harmonies of #BC15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15FF

Black with #BC15FF

Text Example


Text Example

White with #BC15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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