Html Css Color HEX #BC16F2 Electric Purple

📋 copy color: '#BC16F2'

red 188 ◦ green 22 ◦ blue 242

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

Shades of Electric Purple #BC16F2

Tints of Electric Purple #BC16F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.54%

R = 41.59%
G = 4.87%
B = 53.54%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC16F2 (or 0xBC16F2) is known color: Electric Purple. HEX triplet: BC, 16 and F2. RGB value is (188,22,242). Sum of RGB (Red+Green+Blue) = 188+22+242=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC16F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16F2 is #43E90D. Grayscale: #606060. Windows color (decimal): -4450574 or 15865532. OLE color: 15865532.

HSL color Cylindrical-coordinate representation of color #BC16F2: hue angle of 285.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16F2 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 22 242 -
CMYK 0.22 0.91 0 0.05
HSL 285.27º 0.89% 0.52% -
HSV(B) 285.27º 0.91% 0.95% -
XYZ 37.05 17.68 85.46 -
YUV 96.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 188 22 242 0.22 0.91 0 0.05 285.27 0.89 0.52
Hex BC 16 F2 16 5B 0 5 11D 59 34
Octal 274 26 362 26 133 0 5 435 131 64
Binary 10111100 10110 11110010 10110 1011011 0 101 100011101 1011001 110100

Color Harmonies of #BC16F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16F2

Black with #BC16F2

Text Example


Text Example

White with #BC16F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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