Html Css Color HEX #BC14FB Electric Purple

📋 copy color: '#BC14FB'

red 188 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #BC14FB

Tints of Electric Purple #BC14FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.36%

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 40.96%
G = 4.36%
B = 54.68%

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

#BC14FB (or 0xBC14FB) is known color: Electric Purple. HEX triplet: BC, 14 and FB. RGB value is (188,20,251). Sum of RGB (Red+Green+Blue) = 188+20+251=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC14FB is #43EB04. Grayscale: #5F5F5F. Windows color (decimal): -4451077 or 16454844. OLE color: 16454844.

HSL color Cylindrical-coordinate representation of color #BC14FB: hue angle of 283.64º degrees, saturation: 0.97, 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 #BC14FB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 20 251 -
CMYK 0.25 0.92 0 0.02
HSL 283.64º 0.97% 0.53% -
HSV(B) 283.64º 0.92% 0.98% -
XYZ 38.4 18.16 92.75 -
YUV 96.57 215.16 193.22 -
System Red Green Blue C M Y K H S L
Decimal 188 20 251 0.25 0.92 0 0.02 283.64 0.97 0.53
Hex BC 14 FB 19 5C 0 2 11C 61 35
Octal 274 24 373 31 134 0 2 434 141 65
Binary 10111100 10100 11111011 11001 1011100 0 10 100011100 1100001 110101

Color Harmonies of #BC14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14FB

Black with #BC14FB

Text Example


Text Example

White with #BC14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14FB; }

 p { color: rgb(188,20,251); }

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

background-color css

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

 a { background-color: rgb(188,20,251); }

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

border-color css

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

 span { border-color: rgb(188,20,251); }

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