Html Css Color HEX #BC05FF Electric Purple

📋 copy color: '#BC05FF'

red 188 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #BC05FF

Tints of Electric Purple #BC05FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

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

R = 41.96%
G = 1.12%
B = 56.92%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC05FF (or 0xBC05FF) is known color: Electric Purple. HEX triplet: BC, 05 and FF. RGB value is (188,5,255). Sum of RGB (Red+Green+Blue) = 188+5+255=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC05FF is #43FA00. Grayscale: #575757. Windows color (decimal): -4454913 or 16713148. OLE color: 16713148.

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

Color convert

RGB 188 5 255 -
CMYK 0.26 0.98 0 0
HSL 283.92º 1% 0.51% -
HSV(B) 283.92º 0.98% 1% -
XYZ 38.84 18.02 96.04 -
YUV 88.22 222.13 199.17 -
System Red Green Blue C M Y K H S L
Decimal 188 5 255 0.26 0.98 0 0 283.92 1 0.51
Hex BC 5 FF 1A 62 0 0 11C 64 33
Octal 274 5 377 32 142 0 0 434 144 63
Binary 10111100 101 11111111 11010 1100010 0 0 100011100 1100100 110011

Color Harmonies of #BC05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05FF

Black with #BC05FF

Text Example


Text Example

White with #BC05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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