Html Css Color HEX #BC12FB Electric Purple

📋 copy color: '#BC12FB'

red 188 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #BC12FB

Tints of Electric Purple #BC12FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.94%

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

R = 41.14%
G = 3.94%
B = 54.92%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC12FB (or 0xBC12FB) is known color: Electric Purple. HEX triplet: BC, 12 and FB. RGB value is (188,18,251). Sum of RGB (Red+Green+Blue) = 188+18+251=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC12FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12FB is #43ED04. Grayscale: #5E5E5E. Windows color (decimal): -4451589 or 16454332. OLE color: 16454332.

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

Color convert

RGB 188 18 251 -
CMYK 0.25 0.93 0 0.02
HSL 283.78º 0.97% 0.53% -
HSV(B) 283.78º 0.93% 0.98% -
XYZ 38.37 18.09 92.74 -
YUV 95.39 215.82 194.05 -
System Red Green Blue C M Y K H S L
Decimal 188 18 251 0.25 0.93 0 0.02 283.78 0.97 0.53
Hex BC 12 FB 19 5D 0 2 11C 61 35
Octal 274 22 373 31 135 0 2 434 141 65
Binary 10111100 10010 11111011 11001 1011101 0 10 100011100 1100001 110101

Color Harmonies of #BC12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12FB

Black with #BC12FB

Text Example


Text Example

White with #BC12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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