Html Css Color HEX #BC2DFA Electric Purple

📋 copy color: '#BC2DFA'

red 188 ◦ green 45 ◦ blue 250

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

Shades of Electric Purple #BC2DFA

Tints of Electric Purple #BC2DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.32%

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

R = 38.92%
G = 9.32%
B = 51.76%

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

#BC2DFA (or 0xBC2DFA) is known color: Electric Purple. HEX triplet: BC, 2D and FA. RGB value is (188,45,250). Sum of RGB (Red+Green+Blue) = 188+45+250=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC2DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DFA is #43D205. Grayscale: #6E6E6E. Windows color (decimal): -4444678 or 16395708. OLE color: 16395708.

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

Color convert

RGB 188 45 250 -
CMYK 0.25 0.82 0 0.02
HSL 281.85º 0.95% 0.58% -
HSV(B) 281.85º 0.82% 0.98% -
XYZ 38.93 19.47 92.15 -
YUV 111.13 206.38 182.83 -
System Red Green Blue C M Y K H S L
Decimal 188 45 250 0.25 0.82 0 0.02 281.85 0.95 0.58
Hex BC 2D FA 19 52 0 2 11A 5F 3A
Octal 274 55 372 31 122 0 2 432 137 72
Binary 10111100 101101 11111010 11001 1010010 0 10 100011010 1011111 111010

Color Harmonies of #BC2DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DFA

Black with #BC2DFA

Text Example


Text Example

White with #BC2DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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