Html Css Color HEX #BC2CFF Electric Purple

📋 copy color: '#BC2CFF'

red 188 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #BC2CFF

Tints of Electric Purple #BC2CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.03%

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

R = 38.6%
G = 9.03%
B = 52.36%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC2CFF (or 0xBC2CFF) is known color: Electric Purple. HEX triplet: BC, 2C and FF. RGB value is (188,44,255). Sum of RGB (Red+Green+Blue) = 188+44+255=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC2CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CFF is #43D300. Grayscale: #6E6E6E. Windows color (decimal): -4444929 or 16723132. OLE color: 16723132.

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

Color convert

RGB 188 44 255 -
CMYK 0.26 0.83 0 0
HSL 280.95º 1% 0.59% -
HSV(B) 280.95º 0.83% 1% -
XYZ 39.69 19.71 96.32 -
YUV 111.11 209.21 182.84 -
System Red Green Blue C M Y K H S L
Decimal 188 44 255 0.26 0.83 0 0 280.95 1 0.59
Hex BC 2C FF 1A 53 0 0 119 64 3B
Octal 274 54 377 32 123 0 0 431 144 73
Binary 10111100 101100 11111111 11010 1010011 0 0 100011001 1100100 111011

Color Harmonies of #BC2CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CFF

Black with #BC2CFF

Text Example


Text Example

White with #BC2CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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