Html Css Color HEX #BC15FA Electric Purple

📋 copy color: '#BC15FA'

red 188 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #BC15FA

Tints of Electric Purple #BC15FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 40.96%
G = 4.58%
B = 54.47%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC15FA (or 0xBC15FA) is known color: Electric Purple. HEX triplet: BC, 15 and FA. RGB value is (188,21,250). Sum of RGB (Red+Green+Blue) = 188+21+250=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15FA is #43EA05. Grayscale: #606060. Windows color (decimal): -4450822 or 16389564. OLE color: 16389564.

HSL color Cylindrical-coordinate representation of color #BC15FA: hue angle of 283.76º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC15FA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 21 250 -
CMYK 0.25 0.92 0 0.02
HSL 283.76º 0.96% 0.53% -
HSV(B) 283.76º 0.92% 0.98% -
XYZ 38.26 18.13 91.93 -
YUV 97.04 214.33 192.88 -
System Red Green Blue C M Y K H S L
Decimal 188 21 250 0.25 0.92 0 0.02 283.76 0.96 0.53
Hex BC 15 FA 19 5C 0 2 11C 60 35
Octal 274 25 372 31 134 0 2 434 140 65
Binary 10111100 10101 11111010 11001 1011100 0 10 100011100 1100000 110101

Color Harmonies of #BC15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15FA

Black with #BC15FA

Text Example


Text Example

White with #BC15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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