Html Css Color HEX #BC07FF Electric Purple

📋 copy color: '#BC07FF'

red 188 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #BC07FF

Tints of Electric Purple #BC07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.56%

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

R = 41.78%
G = 1.56%
B = 56.67%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC07FF (or 0xBC07FF) is known color: Electric Purple. HEX triplet: BC, 07 and FF. RGB value is (188,7,255). Sum of RGB (Red+Green+Blue) = 188+7+255=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC07FF is #43F800. Grayscale: #585858. Windows color (decimal): -4454401 or 16713660. OLE color: 16713660.

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

Color convert

RGB 188 7 255 -
CMYK 0.26 0.97 0 0
HSL 283.79º 1% 0.51% -
HSV(B) 283.79º 0.97% 1% -
XYZ 38.87 18.06 96.05 -
YUV 89.39 221.47 198.33 -
System Red Green Blue C M Y K H S L
Decimal 188 7 255 0.26 0.97 0 0 283.79 1 0.51
Hex BC 7 FF 1A 61 0 0 11C 64 33
Octal 274 7 377 32 141 0 0 434 144 63
Binary 10111100 111 11111111 11010 1100001 0 0 100011100 1100100 110011

Color Harmonies of #BC07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07FF

Black with #BC07FF

Text Example


Text Example

White with #BC07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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