Html Css Color HEX #BC28F6 Electric Purple

📋 copy color: '#BC28F6'

red 188 ◦ green 40 ◦ blue 246

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

Shades of Electric Purple #BC28F6

Tints of Electric Purple #BC28F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.9%

R = 39.66%
G = 8.44%
B = 51.9%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC28F6 (or 0xBC28F6) is known color: Electric Purple. HEX triplet: BC, 28 and F6. RGB value is (188,40,246). Sum of RGB (Red+Green+Blue) = 188+40+246=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC28F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28F6 is #43D709. Grayscale: #6B6B6B. Windows color (decimal): -4445962 or 16132284. OLE color: 16132284.

HSL color Cylindrical-coordinate representation of color #BC28F6: hue angle of 283.11º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC28F6 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 40 246 -
CMYK 0.24 0.84 0 0.04
HSL 283.11º 0.92% 0.56% -
HSV(B) 283.11º 0.84% 0.96% -
XYZ 38.13 18.86 88.82 -
YUV 107.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 188 40 246 0.24 0.84 0 0.04 283.11 0.92 0.56
Hex BC 28 F6 18 54 0 4 11B 5C 38
Octal 274 50 366 30 124 0 4 433 134 70
Binary 10111100 101000 11110110 11000 1010100 0 100 100011011 1011100 111000

Color Harmonies of #BC28F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28F6

Black with #BC28F6

Text Example


Text Example

White with #BC28F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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