Html Css Color HEX #BC1BF2 Electric Purple

📋 copy color: '#BC1BF2'

red 188 ◦ green 27 ◦ blue 242

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

Shades of Electric Purple #BC1BF2

Tints of Electric Purple #BC1BF2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.91%

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 41.14%
G = 5.91%
B = 52.95%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC1BF2 (or 0xBC1BF2) is known color: Electric Purple. HEX triplet: BC, 1B and F2. RGB value is (188,27,242). Sum of RGB (Red+Green+Blue) = 188+27+242=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC1BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BF2 is #43E40D. Grayscale: #626262. Windows color (decimal): -4449294 or 15866812. OLE color: 15866812.

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

Color convert

RGB 188 27 242 -
CMYK 0.22 0.89 0 0.05
HSL 284.93º 0.89% 0.53% -
HSV(B) 284.93º 0.89% 0.95% -
XYZ 37.16 17.89 85.5 -
YUV 99.65 208.34 191.02 -
System Red Green Blue C M Y K H S L
Decimal 188 27 242 0.22 0.89 0 0.05 284.93 0.89 0.53
Hex BC 1B F2 16 59 0 5 11D 59 35
Octal 274 33 362 26 131 0 5 435 131 65
Binary 10111100 11011 11110010 10110 1011001 0 101 100011101 1011001 110101

Color Harmonies of #BC1BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BF2

Black with #BC1BF2

Text Example


Text Example

White with #BC1BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BF2; }

 p { color: rgb(188,27,242); }

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

background-color css

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

 a { background-color: rgb(188,27,242); }

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

border-color css

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

 span { border-color: rgb(188,27,242); }

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