Html Css Color HEX #BC2CFC Electric Purple

📋 copy color: '#BC2CFC'

red 188 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #BC2CFC

Tints of Electric Purple #BC2CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 38.84%
G = 9.09%
B = 52.07%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC2CFC (or 0xBC2CFC) is known color: Electric Purple. HEX triplet: BC, 2C and FC. RGB value is (188,44,252). Sum of RGB (Red+Green+Blue) = 188+44+252=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CFC is #43D303. Grayscale: #6E6E6E. Windows color (decimal): -4444932 or 16526524. OLE color: 16526524.

HSL color Cylindrical-coordinate representation of color #BC2CFC: hue angle of 281.54º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2CFC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 44 252 -
CMYK 0.25 0.83 0 0.01
HSL 281.54º 0.97% 0.58% -
HSV(B) 281.54º 0.83% 0.99% -
XYZ 39.21 19.52 93.8 -
YUV 110.77 207.71 183.09 -
System Red Green Blue C M Y K H S L
Decimal 188 44 252 0.25 0.83 0 0.01 281.54 0.97 0.58
Hex BC 2C FC 19 53 0 1 11A 61 3A
Octal 274 54 374 31 123 0 1 432 141 72
Binary 10111100 101100 11111100 11001 1010011 0 1 100011010 1100001 111010

Color Harmonies of #BC2CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CFC

Black with #BC2CFC

Text Example


Text Example

White with #BC2CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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