Html Css Color HEX #BC21FB Electric Purple

📋 copy color: '#BC21FB'

red 188 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #BC21FB

Tints of Electric Purple #BC21FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.99%

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

R = 39.83%
G = 6.99%
B = 53.18%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC21FB (or 0xBC21FB) is known color: Electric Purple. HEX triplet: BC, 21 and FB. RGB value is (188,33,251). Sum of RGB (Red+Green+Blue) = 188+33+251=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC21FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21FB is #43DE04. Grayscale: #676767. Windows color (decimal): -4447749 or 16458172. OLE color: 16458172.

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

Color convert

RGB 188 33 251 -
CMYK 0.25 0.87 0 0.02
HSL 282.66º 0.96% 0.56% -
HSV(B) 282.66º 0.87% 0.98% -
XYZ 38.7 18.74 92.85 -
YUV 104.2 210.85 187.77 -
System Red Green Blue C M Y K H S L
Decimal 188 33 251 0.25 0.87 0 0.02 282.66 0.96 0.56
Hex BC 21 FB 19 57 0 2 11B 60 38
Octal 274 41 373 31 127 0 2 433 140 70
Binary 10111100 100001 11111011 11001 1010111 0 10 100011011 1100000 111000

Color Harmonies of #BC21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21FB

Black with #BC21FB

Text Example


Text Example

White with #BC21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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