Html Css Color HEX #BC2EFB Electric Purple

📋 copy color: '#BC2EFB'

red 188 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #BC2EFB

Tints of Electric Purple #BC2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.48%

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

R = 38.76%
G = 9.48%
B = 51.75%

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

#BC2EFB (or 0xBC2EFB) is known color: Electric Purple. HEX triplet: BC, 2E and FB. RGB value is (188,46,251). Sum of RGB (Red+Green+Blue) = 188+46+251=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EFB is #43D104. Grayscale: #6F6F6F. Windows color (decimal): -4444421 or 16461500. OLE color: 16461500.

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

Color convert

RGB 188 46 251 -
CMYK 0.25 0.82 0 0.02
HSL 281.56º 0.96% 0.58% -
HSV(B) 281.56º 0.82% 0.98% -
XYZ 39.13 19.61 92.99 -
YUV 111.83 206.54 182.33 -
System Red Green Blue C M Y K H S L
Decimal 188 46 251 0.25 0.82 0 0.02 281.56 0.96 0.58
Hex BC 2E FB 19 52 0 2 11A 60 3A
Octal 274 56 373 31 122 0 2 432 140 72
Binary 10111100 101110 11111011 11001 1010010 0 10 100011010 1100000 111010

Color Harmonies of #BC2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EFB

Black with #BC2EFB

Text Example


Text Example

White with #BC2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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