Html Css Color HEX #BC23FD Electric Purple

📋 copy color: '#BC23FD'

red 188 ◦ green 35 ◦ blue 253

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

Shades of Electric Purple #BC23FD

Tints of Electric Purple #BC23FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 39.5%
G = 7.35%
B = 53.15%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC23FD (or 0xBC23FD) is known color: Electric Purple. HEX triplet: BC, 23 and FD. RGB value is (188,35,253). Sum of RGB (Red+Green+Blue) = 188+35+253=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC23FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC23FD is #43DC02. Grayscale: #686868. Windows color (decimal): -4447235 or 16589756. OLE color: 16589756.

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

Color convert

RGB 188 35 253 -
CMYK 0.26 0.86 0 0.01
HSL 282.11º 0.98% 0.56% -
HSV(B) 282.11º 0.86% 0.99% -
XYZ 39.07 18.99 94.53 -
YUV 105.6 211.19 186.77 -
System Red Green Blue C M Y K H S L
Decimal 188 35 253 0.26 0.86 0 0.01 282.11 0.98 0.56
Hex BC 23 FD 1A 56 0 1 11A 62 38
Octal 274 43 375 32 126 0 1 432 142 70
Binary 10111100 100011 11111101 11010 1010110 0 1 100011010 1100010 111000

Color Harmonies of #BC23FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23FD

Black with #BC23FD

Text Example


Text Example

White with #BC23FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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