Html Css Color HEX #BC18FF Electric Purple

📋 copy color: '#BC18FF'

red 188 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #BC18FF

Tints of Electric Purple #BC18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.6%

R = 40.26%
G = 5.14%
B = 54.6%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC18FF (or 0xBC18FF) is known color: Electric Purple. HEX triplet: BC, 18 and FF. RGB value is (188,24,255). Sum of RGB (Red+Green+Blue) = 188+24+255=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18FF is #43E700. Grayscale: #626262. Windows color (decimal): -4450049 or 16718012. OLE color: 16718012.

HSL color Cylindrical-coordinate representation of color #BC18FF: hue angle of 282.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC18FF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 24 255 -
CMYK 0.26 0.91 0 0
HSL 282.6º 1% 0.55% -
HSV(B) 282.6º 0.91% 1% -
XYZ 39.12 18.56 96.13 -
YUV 99.37 215.83 191.22 -
System Red Green Blue C M Y K H S L
Decimal 188 24 255 0.26 0.91 0 0 282.6 1 0.55
Hex BC 18 FF 1A 5B 0 0 11B 64 37
Octal 274 30 377 32 133 0 0 433 144 67
Binary 10111100 11000 11111111 11010 1011011 0 0 100011011 1100100 110111

Color Harmonies of #BC18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18FF

Black with #BC18FF

Text Example


Text Example

White with #BC18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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