Html Css Color HEX #BC18EB Electric Purple

📋 copy color: '#BC18EB'

red 188 ◦ green 24 ◦ blue 235

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

Shades of Electric Purple #BC18EB

Tints of Electric Purple #BC18EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.37%

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

R = 42.06%
G = 5.37%
B = 52.57%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC18EB (or 0xBC18EB) is known color: Electric Purple. HEX triplet: BC, 18 and EB. RGB value is (188,24,235). Sum of RGB (Red+Green+Blue) = 188+24+235=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18EB is #43E714. Grayscale: #606060. Windows color (decimal): -4450069 or 15407292. OLE color: 15407292.

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

Color convert

RGB 188 24 235 -
CMYK 0.2 0.90 0 0.08
HSL 286.64º 0.84% 0.51% -
HSV(B) 286.64º 0.9% 0.92% -
XYZ 36.06 17.34 80.04 -
YUV 97.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 188 24 235 0.2 0.90 0 0.08 286.64 0.84 0.51
Hex BC 18 EB 14 5A 0 8 11F 54 33
Octal 274 30 353 24 132 0 10 437 124 63
Binary 10111100 11000 11101011 10100 1011010 0 1000 100011111 1010100 110011

Color Harmonies of #BC18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18EB

Black with #BC18EB

Text Example


Text Example

White with #BC18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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