Html Css Color HEX #BC1BFF Electric Purple

📋 copy color: '#BC1BFF'

red 188 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #BC1BFF

Tints of Electric Purple #BC1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.74%

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

R = 40%
G = 5.74%
B = 54.26%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC1BFF (or 0xBC1BFF) is known color: Electric Purple. HEX triplet: BC, 1B and FF. RGB value is (188,27,255). Sum of RGB (Red+Green+Blue) = 188+27+255=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BFF is #43E400. Grayscale: #646464. Windows color (decimal): -4449281 or 16718780. OLE color: 16718780.

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

Color convert

RGB 188 27 255 -
CMYK 0.26 0.89 0 0
HSL 282.37º 1% 0.55% -
HSV(B) 282.37º 0.89% 1% -
XYZ 39.18 18.7 96.15 -
YUV 101.13 214.84 189.96 -
System Red Green Blue C M Y K H S L
Decimal 188 27 255 0.26 0.89 0 0 282.37 1 0.55
Hex BC 1B FF 1A 59 0 0 11A 64 37
Octal 274 33 377 32 131 0 0 432 144 67
Binary 10111100 11011 11111111 11010 1011001 0 0 100011010 1100100 110111

Color Harmonies of #BC1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BFF

Black with #BC1BFF

Text Example


Text Example

White with #BC1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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