Html Css Color HEX #BC2BFA Electric Purple

📋 copy color: '#BC2BFA'

red 188 ◦ green 43 ◦ blue 250

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

Shades of Electric Purple #BC2BFA

Tints of Electric Purple #BC2BFA

RGB

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

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

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

R = 39.09%
G = 8.94%
B = 51.98%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC2BFA (or 0xBC2BFA) is known color: Electric Purple. HEX triplet: BC, 2B and FA. RGB value is (188,43,250). Sum of RGB (Red+Green+Blue) = 188+43+250=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC2BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BFA is #43D405. Grayscale: #6D6D6D. Windows color (decimal): -4445190 or 16395196. OLE color: 16395196.

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

Color convert

RGB 188 43 250 -
CMYK 0.25 0.83 0 0.02
HSL 282.03º 0.95% 0.57% -
HSV(B) 282.03º 0.83% 0.98% -
XYZ 38.86 19.32 92.12 -
YUV 109.95 207.04 183.67 -
System Red Green Blue C M Y K H S L
Decimal 188 43 250 0.25 0.83 0 0.02 282.03 0.95 0.57
Hex BC 2B FA 19 53 0 2 11A 5F 39
Octal 274 53 372 31 123 0 2 432 137 71
Binary 10111100 101011 11111010 11001 1010011 0 10 100011010 1011111 111001

Color Harmonies of #BC2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BFA

Black with #BC2BFA

Text Example


Text Example

White with #BC2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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