Html Css Color HEX #BC18E4 Electric Purple

📋 copy color: '#BC18E4'

red 188 ◦ green 24 ◦ blue 228

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

Shades of Electric Purple #BC18E4

Tints of Electric Purple #BC18E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.82%

R = 42.73%
G = 5.45%
B = 51.82%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC18E4 (or 0xBC18E4) is known color: Electric Purple. HEX triplet: BC, 18 and E4. RGB value is (188,24,228). Sum of RGB (Red+Green+Blue) = 188+24+228=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC18E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18E4 is #43E71B. Grayscale: #5F5F5F. Windows color (decimal): -4450076 or 14948540. OLE color: 14948540.

HSL color Cylindrical-coordinate representation of color #BC18E4: hue angle of 288.24º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC18E4 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 24 228 -
CMYK 0.18 0.89 0 0.11
HSL 288.24º 0.81% 0.49% -
HSV(B) 288.24º 0.89% 0.89% -
XYZ 35.07 16.95 74.82 -
YUV 96.29 202.33 193.41 -
System Red Green Blue C M Y K H S L
Decimal 188 24 228 0.18 0.89 0 0.11 288.24 0.81 0.49
Hex BC 18 E4 12 59 0 B 120 51 31
Octal 274 30 344 22 131 0 13 440 121 61
Binary 10111100 11000 11100100 10010 1011001 0 1011 100100000 1010001 110001

Color Harmonies of #BC18E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18E4

Black with #BC18E4

Text Example


Text Example

White with #BC18E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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