Html Css Color HEX #BC04F8 Electric Purple

📋 copy color: '#BC04F8'

red 188 ◦ green 4 ◦ blue 248

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

Shades of Electric Purple #BC04F8

Tints of Electric Purple #BC04F8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.91%

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 42.73%
G = 0.91%
B = 56.36%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC04F8 (or 0xBC04F8) is known color: Electric Purple. HEX triplet: BC, 04 and F8. RGB value is (188,4,248). Sum of RGB (Red+Green+Blue) = 188+4+248=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC04F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04F8 is #43FB07. Grayscale: #565656. Windows color (decimal): -4455176 or 16254140. OLE color: 16254140.

HSL color Cylindrical-coordinate representation of color #BC04F8: hue angle of 285.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04F8 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 4 248 -
CMYK 0.24 0.98 0 0.03
HSL 285.25º 0.97% 0.49% -
HSV(B) 285.25º 0.98% 0.97% -
XYZ 37.73 17.56 90.21 -
YUV 86.83 218.96 200.16 -
System Red Green Blue C M Y K H S L
Decimal 188 4 248 0.24 0.98 0 0.03 285.25 0.97 0.49
Hex BC 4 F8 18 62 0 3 11D 61 31
Octal 274 4 370 30 142 0 3 435 141 61
Binary 10111100 100 11111000 11000 1100010 0 11 100011101 1100001 110001

Color Harmonies of #BC04F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04F8

Black with #BC04F8

Text Example


Text Example

White with #BC04F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04F8; }

 p { color: rgb(188,4,248); }

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

background-color css

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

 a { background-color: rgb(188,4,248); }

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

border-color css

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

 span { border-color: rgb(188,4,248); }

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