Html Css Color HEX #BC1EEB Electric Purple

📋 copy color: '#BC1EEB'

red 188 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #BC1EEB

Tints of Electric Purple #BC1EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 41.5%
G = 6.62%
B = 51.88%

CMYK

 C value IS 0.2

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC1EEB (or 0xBC1EEB) is known color: Electric Purple. HEX triplet: BC, 1E and EB. RGB value is (188,30,235). Sum of RGB (Red+Green+Blue) = 188+30+235=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EEB is #43E114. Grayscale: #636363. Windows color (decimal): -4448533 or 15408828. OLE color: 15408828.

HSL color Cylindrical-coordinate representation of color #BC1EEB: hue angle of 286.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1EEB is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 30 235 -
CMYK 0.2 0.87 0 0.08
HSL 286.24º 0.84% 0.52% -
HSV(B) 286.24º 0.87% 0.92% -
XYZ 36.2 17.62 80.09 -
YUV 100.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 188 30 235 0.2 0.87 0 0.08 286.24 0.84 0.52
Hex BC 1E EB 14 57 0 8 11E 54 34
Octal 274 36 353 24 127 0 10 436 124 64
Binary 10111100 11110 11101011 10100 1010111 0 1000 100011110 1010100 110100

Color Harmonies of #BC1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EEB

Black with #BC1EEB

Text Example


Text Example

White with #BC1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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