Html Css Color HEX #BC16F9 Electric Purple

📋 copy color: '#BC16F9'

red 188 ◦ green 22 ◦ blue 249

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

Shades of Electric Purple #BC16F9

Tints of Electric Purple #BC16F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.79%

 BLUE value IS 249 (97.66% from 255) = 54.25%

R = 40.96%
G = 4.79%
B = 54.25%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC16F9 (or 0xBC16F9) is known color: Electric Purple. HEX triplet: BC, 16 and F9. RGB value is (188,22,249). Sum of RGB (Red+Green+Blue) = 188+22+249=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16F9 is #43E906. Grayscale: #606060. Windows color (decimal): -4450567 or 16324284. OLE color: 16324284.

HSL color Cylindrical-coordinate representation of color #BC16F9: hue angle of 283.88º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16F9 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 22 249 -
CMYK 0.24 0.91 0 0.02
HSL 283.88º 0.95% 0.53% -
HSV(B) 283.88º 0.91% 0.98% -
XYZ 38.12 18.1 91.11 -
YUV 97.51 213.5 192.54 -
System Red Green Blue C M Y K H S L
Decimal 188 22 249 0.24 0.91 0 0.02 283.88 0.95 0.53
Hex BC 16 F9 18 5B 0 2 11C 5F 35
Octal 274 26 371 30 133 0 2 434 137 65
Binary 10111100 10110 11111001 11000 1011011 0 10 100011100 1011111 110101

Color Harmonies of #BC16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16F9

Black with #BC16F9

Text Example


Text Example

White with #BC16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16F9; }

 p { color: rgb(188,22,249); }

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

background-color css

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

 a { background-color: rgb(188,22,249); }

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

border-color css

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

 span { border-color: rgb(188,22,249); }

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