Html Css Color HEX #BC28FB Electric Purple

📋 copy color: '#BC28FB'

red 188 ◦ green 40 ◦ blue 251

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

Shades of Electric Purple #BC28FB

Tints of Electric Purple #BC28FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 39.25%
G = 8.35%
B = 52.4%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC28FB (or 0xBC28FB) is known color: Electric Purple. HEX triplet: BC, 28 and FB. RGB value is (188,40,251). Sum of RGB (Red+Green+Blue) = 188+40+251=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28FB is #43D704. Grayscale: #6B6B6B. Windows color (decimal): -4445957 or 16459964. OLE color: 16459964.

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

Color convert

RGB 188 40 251 -
CMYK 0.25 0.84 0 0.02
HSL 282.09º 0.96% 0.57% -
HSV(B) 282.09º 0.84% 0.98% -
XYZ 38.91 19.17 92.92 -
YUV 108.31 208.53 184.84 -
System Red Green Blue C M Y K H S L
Decimal 188 40 251 0.25 0.84 0 0.02 282.09 0.96 0.57
Hex BC 28 FB 19 54 0 2 11A 60 39
Octal 274 50 373 31 124 0 2 432 140 71
Binary 10111100 101000 11111011 11001 1010100 0 10 100011010 1100000 111001

Color Harmonies of #BC28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28FB

Black with #BC28FB

Text Example


Text Example

White with #BC28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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