Html Css Color HEX #BC2BF3 Electric Purple

📋 copy color: '#BC2BF3'

red 188 ◦ green 43 ◦ blue 243

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

Shades of Electric Purple #BC2BF3

Tints of Electric Purple #BC2BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.27%

R = 39.66%
G = 9.07%
B = 51.27%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC2BF3 (or 0xBC2BF3) is known color: Electric Purple. HEX triplet: BC, 2B and F3. RGB value is (188,43,243). Sum of RGB (Red+Green+Blue) = 188+43+243=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC2BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BF3 is #43D40C. Grayscale: #6C6C6C. Windows color (decimal): -4445197 or 15936444. OLE color: 15936444.

HSL color Cylindrical-coordinate representation of color #BC2BF3: hue angle of 283.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2BF3 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 43 243 -
CMYK 0.23 0.82 0 0.05
HSL 283.5º 0.89% 0.56% -
HSV(B) 283.5º 0.82% 0.95% -
XYZ 37.78 18.89 86.45 -
YUV 109.16 203.54 184.24 -
System Red Green Blue C M Y K H S L
Decimal 188 43 243 0.23 0.82 0 0.05 283.5 0.89 0.56
Hex BC 2B F3 17 52 0 5 11C 59 38
Octal 274 53 363 27 122 0 5 434 131 70
Binary 10111100 101011 11110011 10111 1010010 0 101 100011100 1011001 111000

Color Harmonies of #BC2BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BF3

Black with #BC2BF3

Text Example


Text Example

White with #BC2BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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