Html Css Color HEX #BC07F1 Electric Purple

📋 copy color: '#BC07F1'

red 188 ◦ green 7 ◦ blue 241

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

Shades of Electric Purple #BC07F1

Tints of Electric Purple #BC07F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.28%

R = 43.12%
G = 1.61%
B = 55.28%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC07F1 (or 0xBC07F1) is known color: Electric Purple. HEX triplet: BC, 07 and F1. RGB value is (188,7,241). Sum of RGB (Red+Green+Blue) = 188+7+241=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC07F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC07F1 is #43F80E. Grayscale: #575757. Windows color (decimal): -4454415 or 15796156. OLE color: 15796156.

HSL color Cylindrical-coordinate representation of color #BC07F1: hue angle of 286.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07F1 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 7 241 -
CMYK 0.22 0.97 0 0.05
HSL 286.41º 0.94% 0.49% -
HSV(B) 286.41º 0.97% 0.95% -
XYZ 36.69 17.19 84.6 -
YUV 87.8 214.47 199.47 -
System Red Green Blue C M Y K H S L
Decimal 188 7 241 0.22 0.97 0 0.05 286.41 0.94 0.49
Hex BC 7 F1 16 61 0 5 11E 5E 31
Octal 274 7 361 26 141 0 5 436 136 61
Binary 10111100 111 11110001 10110 1100001 0 101 100011110 1011110 110001

Color Harmonies of #BC07F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07F1

Black with #BC07F1

Text Example


Text Example

White with #BC07F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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