Html Css Color HEX #BC04FD Electric Purple

📋 copy color: '#BC04FD'

red 188 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #BC04FD

Tints of Electric Purple #BC04FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 42.25%
G = 0.9%
B = 56.85%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC04FD (or 0xBC04FD) is known color: Electric Purple. HEX triplet: BC, 04 and FD. RGB value is (188,4,253). Sum of RGB (Red+Green+Blue) = 188+4+253=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC04FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04FD is #43FB02. Grayscale: #565656. Windows color (decimal): -4455171 or 16581820. OLE color: 16581820.

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

Color convert

RGB 188 4 253 -
CMYK 0.26 0.98 0 0.01
HSL 284.34º 0.98% 0.5% -
HSV(B) 284.34º 0.98% 0.99% -
XYZ 38.51 17.87 94.35 -
YUV 87.4 221.46 199.75 -
System Red Green Blue C M Y K H S L
Decimal 188 4 253 0.26 0.98 0 0.01 284.34 0.98 0.5
Hex BC 4 FD 1A 62 0 1 11C 62 32
Octal 274 4 375 32 142 0 1 434 142 62
Binary 10111100 100 11111101 11010 1100010 0 1 100011100 1100010 110010

Color Harmonies of #BC04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04FD

Black with #BC04FD

Text Example


Text Example

White with #BC04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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