Html Css Color HEX #BC2BFC Electric Purple

📋 copy color: '#BC2BFC'

red 188 ◦ green 43 ◦ blue 252

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

Shades of Electric Purple #BC2BFC

Tints of Electric Purple #BC2BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.9%

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

R = 38.92%
G = 8.9%
B = 52.17%

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

#BC2BFC (or 0xBC2BFC) is known color: Electric Purple. HEX triplet: BC, 2B and FC. RGB value is (188,43,252). Sum of RGB (Red+Green+Blue) = 188+43+252=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC2BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BFC is #43D403. Grayscale: #6D6D6D. Windows color (decimal): -4445188 or 16526268. OLE color: 16526268.

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

Color convert

RGB 188 43 252 -
CMYK 0.25 0.83 0 0.01
HSL 281.63º 0.97% 0.58% -
HSV(B) 281.63º 0.83% 0.99% -
XYZ 39.17 19.45 93.78 -
YUV 110.18 208.04 183.51 -
System Red Green Blue C M Y K H S L
Decimal 188 43 252 0.25 0.83 0 0.01 281.63 0.97 0.58
Hex BC 2B FC 19 53 0 1 11A 61 3A
Octal 274 53 374 31 123 0 1 432 141 72
Binary 10111100 101011 11111100 11001 1010011 0 1 100011010 1100001 111010

Color Harmonies of #BC2BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BFC

Black with #BC2BFC

Text Example


Text Example

White with #BC2BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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