Html Css Color HEX #BC13FB Electric Purple

📋 copy color: '#BC13FB'

red 188 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #BC13FB

Tints of Electric Purple #BC13FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.15%

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

R = 41.05%
G = 4.15%
B = 54.8%

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

#BC13FB (or 0xBC13FB) is known color: Electric Purple. HEX triplet: BC, 13 and FB. RGB value is (188,19,251). Sum of RGB (Red+Green+Blue) = 188+19+251=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC13FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC13FB is #43EC04. Grayscale: #5F5F5F. Windows color (decimal): -4451333 or 16454588. OLE color: 16454588.

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

Color convert

RGB 188 19 251 -
CMYK 0.25 0.92 0 0.02
HSL 283.71º 0.97% 0.53% -
HSV(B) 283.71º 0.92% 0.98% -
XYZ 38.38 18.12 92.74 -
YUV 95.98 215.49 193.64 -
System Red Green Blue C M Y K H S L
Decimal 188 19 251 0.25 0.92 0 0.02 283.71 0.97 0.53
Hex BC 13 FB 19 5C 0 2 11C 61 35
Octal 274 23 373 31 134 0 2 434 141 65
Binary 10111100 10011 11111011 11001 1011100 0 10 100011100 1100001 110101

Color Harmonies of #BC13FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13FB

Black with #BC13FB

Text Example


Text Example

White with #BC13FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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