Html Css Color HEX #BC23FA Electric Purple

📋 copy color: '#BC23FA'

red 188 ◦ green 35 ◦ blue 250

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

Shades of Electric Purple #BC23FA

Tints of Electric Purple #BC23FA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.4%

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 39.75%
G = 7.4%
B = 52.85%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC23FA (or 0xBC23FA) is known color: Electric Purple. HEX triplet: BC, 23 and FA. RGB value is (188,35,250). Sum of RGB (Red+Green+Blue) = 188+35+250=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC23FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC23FA is #43DC05. Grayscale: #686868. Windows color (decimal): -4447238 or 16393148. OLE color: 16393148.

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

Color convert

RGB 188 35 250 -
CMYK 0.25 0.86 0 0.02
HSL 282.7º 0.96% 0.56% -
HSV(B) 282.7º 0.86% 0.98% -
XYZ 38.6 18.8 92.04 -
YUV 105.26 209.69 187.02 -
System Red Green Blue C M Y K H S L
Decimal 188 35 250 0.25 0.86 0 0.02 282.7 0.96 0.56
Hex BC 23 FA 19 56 0 2 11B 60 38
Octal 274 43 372 31 126 0 2 433 140 70
Binary 10111100 100011 11111010 11001 1010110 0 10 100011011 1100000 111000

Color Harmonies of #BC23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23FA

Black with #BC23FA

Text Example


Text Example

White with #BC23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23FA; }

 p { color: rgb(188,35,250); }

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

background-color css

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

 a { background-color: rgb(188,35,250); }

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

border-color css

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

 span { border-color: rgb(188,35,250); }

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