Html Css Color HEX #BC25E9 Electric Purple

📋 copy color: '#BC25E9'

red 188 ◦ green 37 ◦ blue 233

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

Shades of Electric Purple #BC25E9

Tints of Electric Purple #BC25E9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.08%

 BLUE value IS 233 (91.41% from 255) = 50.87%

R = 41.05%
G = 8.08%
B = 50.87%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC25E9 (or 0xBC25E9) is known color: Electric Purple. HEX triplet: BC, 25 and E9. RGB value is (188,37,233). Sum of RGB (Red+Green+Blue) = 188+37+233=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25E9 is #43DA16. Grayscale: #676767. Windows color (decimal): -4446743 or 15279548. OLE color: 15279548.

HSL color Cylindrical-coordinate representation of color #BC25E9: hue angle of 286.22º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC25E9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 37 233 -
CMYK 0.19 0.84 0 0.09
HSL 286.22º 0.82% 0.53% -
HSV(B) 286.22º 0.84% 0.91% -
XYZ 36.11 17.9 78.64 -
YUV 104.49 200.53 187.56 -
System Red Green Blue C M Y K H S L
Decimal 188 37 233 0.19 0.84 0 0.09 286.22 0.82 0.53
Hex BC 25 E9 13 54 0 9 11E 52 35
Octal 274 45 351 23 124 0 11 436 122 65
Binary 10111100 100101 11101001 10011 1010100 0 1001 100011110 1010010 110101

Color Harmonies of #BC25E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25E9

Black with #BC25E9

Text Example


Text Example

White with #BC25E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25E9; }

 p { color: rgb(188,37,233); }

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

background-color css

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

 a { background-color: rgb(188,37,233); }

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

border-color css

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

 span { border-color: rgb(188,37,233); }

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