Html Css Color HEX #BC17F2 Electric Purple

📋 copy color: '#BC17F2'

red 188 ◦ green 23 ◦ blue 242

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

Shades of Electric Purple #BC17F2

Tints of Electric Purple #BC17F2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.08%

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

R = 41.5%
G = 5.08%
B = 53.42%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC17F2 (or 0xBC17F2) is known color: Electric Purple. HEX triplet: BC, 17 and F2. RGB value is (188,23,242). Sum of RGB (Red+Green+Blue) = 188+23+242=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC17F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17F2 is #43E80D. Grayscale: #606060. Windows color (decimal): -4450318 or 15865788. OLE color: 15865788.

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

Color convert

RGB 188 23 242 -
CMYK 0.22 0.90 0 0.05
HSL 285.21º 0.89% 0.52% -
HSV(B) 285.21º 0.9% 0.95% -
XYZ 37.07 17.71 85.47 -
YUV 97.3 209.66 192.69 -
System Red Green Blue C M Y K H S L
Decimal 188 23 242 0.22 0.90 0 0.05 285.21 0.89 0.52
Hex BC 17 F2 16 5A 0 5 11D 59 34
Octal 274 27 362 26 132 0 5 435 131 64
Binary 10111100 10111 11110010 10110 1011010 0 101 100011101 1011001 110100

Color Harmonies of #BC17F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17F2

Black with #BC17F2

Text Example


Text Example

White with #BC17F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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