Html Css Color HEX #BC1EFB Electric Purple

📋 copy color: '#BC1EFB'

red 188 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #BC1EFB

Tints of Electric Purple #BC1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.4%

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 40.09%
G = 6.4%
B = 53.52%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC1EFB (or 0xBC1EFB) is known color: Electric Purple. HEX triplet: BC, 1E and FB. RGB value is (188,30,251). Sum of RGB (Red+Green+Blue) = 188+30+251=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EFB is #43E104. Grayscale: #656565. Windows color (decimal): -4448517 or 16457404. OLE color: 16457404.

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

Color convert

RGB 188 30 251 -
CMYK 0.25 0.88 0 0.02
HSL 282.9º 0.97% 0.55% -
HSV(B) 282.9º 0.88% 0.98% -
XYZ 38.62 18.58 92.82 -
YUV 102.44 211.85 189.03 -
System Red Green Blue C M Y K H S L
Decimal 188 30 251 0.25 0.88 0 0.02 282.9 0.97 0.55
Hex BC 1E FB 19 58 0 2 11B 61 37
Octal 274 36 373 31 130 0 2 433 141 67
Binary 10111100 11110 11111011 11001 1011000 0 10 100011011 1100001 110111

Color Harmonies of #BC1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EFB

Black with #BC1EFB

Text Example


Text Example

White with #BC1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EFB; }

 p { color: rgb(188,30,251); }

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

background-color css

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

 a { background-color: rgb(188,30,251); }

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

border-color css

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

 span { border-color: rgb(188,30,251); }

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