Html Css Color HEX #BC2CFA Electric Purple

📋 copy color: '#BC2CFA'

red 188 ◦ green 44 ◦ blue 250

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

Shades of Electric Purple #BC2CFA

Tints of Electric Purple #BC2CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 39%
G = 9.13%
B = 51.87%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC2CFA (or 0xBC2CFA) is known color: Electric Purple. HEX triplet: BC, 2C and FA. RGB value is (188,44,250). Sum of RGB (Red+Green+Blue) = 188+44+250=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC2CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CFA is #43D305. Grayscale: #6D6D6D. Windows color (decimal): -4444934 or 16395452. OLE color: 16395452.

HSL color Cylindrical-coordinate representation of color #BC2CFA: hue angle of 281.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2CFA is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 44 250 -
CMYK 0.25 0.82 0 0.02
HSL 281.94º 0.95% 0.58% -
HSV(B) 281.94º 0.82% 0.98% -
XYZ 38.9 19.39 92.14 -
YUV 110.54 206.71 183.25 -
System Red Green Blue C M Y K H S L
Decimal 188 44 250 0.25 0.82 0 0.02 281.94 0.95 0.58
Hex BC 2C FA 19 52 0 2 11A 5F 3A
Octal 274 54 372 31 122 0 2 432 137 72
Binary 10111100 101100 11111010 11001 1010010 0 10 100011010 1011111 111010

Color Harmonies of #BC2CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CFA

Black with #BC2CFA

Text Example


Text Example

White with #BC2CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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