Html Css Color HEX #BC28FC Electric Purple

📋 copy color: '#BC28FC'

red 188 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #BC28FC

Tints of Electric Purple #BC28FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.33%

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 39.17%
G = 8.33%
B = 52.5%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC28FC (or 0xBC28FC) is known color: Electric Purple. HEX triplet: BC, 28 and FC. RGB value is (188,40,252). Sum of RGB (Red+Green+Blue) = 188+40+252=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC28FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28FC is #43D703. Grayscale: #6B6B6B. Windows color (decimal): -4445956 or 16525500. OLE color: 16525500.

HSL color Cylindrical-coordinate representation of color #BC28FC: hue angle of 281.89º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC28FC is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 40 252 -
CMYK 0.25 0.84 0 0.01
HSL 281.89º 0.97% 0.57% -
HSV(B) 281.89º 0.84% 0.99% -
XYZ 39.07 19.24 93.75 -
YUV 108.42 209.03 184.76 -
System Red Green Blue C M Y K H S L
Decimal 188 40 252 0.25 0.84 0 0.01 281.89 0.97 0.57
Hex BC 28 FC 19 54 0 1 11A 61 39
Octal 274 50 374 31 124 0 1 432 141 71
Binary 10111100 101000 11111100 11001 1010100 0 1 100011010 1100001 111001

Color Harmonies of #BC28FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28FC

Black with #BC28FC

Text Example


Text Example

White with #BC28FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28FC; }

 p { color: rgb(188,40,252); }

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

background-color css

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

 a { background-color: rgb(188,40,252); }

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

border-color css

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

 span { border-color: rgb(188,40,252); }

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