Html Css Color HEX #BC04FA Electric Purple

📋 copy color: '#BC04FA'

red 188 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #BC04FA

Tints of Electric Purple #BC04FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 42.53%
G = 0.9%
B = 56.56%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC04FA (or 0xBC04FA) is known color: Electric Purple. HEX triplet: BC, 04 and FA. RGB value is (188,4,250). Sum of RGB (Red+Green+Blue) = 188+4+250=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04FA is #43FB05. Grayscale: #565656. Windows color (decimal): -4455174 or 16385212. OLE color: 16385212.

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

Color convert

RGB 188 4 250 -
CMYK 0.25 0.98 0 0.02
HSL 284.88º 0.97% 0.5% -
HSV(B) 284.88º 0.98% 0.98% -
XYZ 38.04 17.68 91.85 -
YUV 87.06 219.96 200 -
System Red Green Blue C M Y K H S L
Decimal 188 4 250 0.25 0.98 0 0.02 284.88 0.97 0.5
Hex BC 4 FA 19 62 0 2 11D 61 32
Octal 274 4 372 31 142 0 2 435 141 62
Binary 10111100 100 11111010 11001 1100010 0 10 100011101 1100001 110010

Color Harmonies of #BC04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04FA

Black with #BC04FA

Text Example


Text Example

White with #BC04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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