Html Css Color HEX #BC2CF8 Electric Purple

📋 copy color: '#BC2CF8'

red 188 ◦ green 44 ◦ blue 248

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

Shades of Electric Purple #BC2CF8

Tints of Electric Purple #BC2CF8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.17%

 BLUE value IS 248 (97.27% from 255) = 51.67%

R = 39.17%
G = 9.17%
B = 51.67%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC2CF8 (or 0xBC2CF8) is known color: Electric Purple. HEX triplet: BC, 2C and F8. RGB value is (188,44,248). Sum of RGB (Red+Green+Blue) = 188+44+248=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC2CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CF8 is #43D307. Grayscale: #6D6D6D. Windows color (decimal): -4444936 or 16264380. OLE color: 16264380.

HSL color Cylindrical-coordinate representation of color #BC2CF8: hue angle of 282.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2CF8 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 44 248 -
CMYK 0.24 0.82 0 0.03
HSL 282.35º 0.94% 0.57% -
HSV(B) 282.35º 0.82% 0.97% -
XYZ 38.58 19.27 90.49 -
YUV 110.31 205.71 183.41 -
System Red Green Blue C M Y K H S L
Decimal 188 44 248 0.24 0.82 0 0.03 282.35 0.94 0.57
Hex BC 2C F8 18 52 0 3 11A 5E 39
Octal 274 54 370 30 122 0 3 432 136 71
Binary 10111100 101100 11111000 11000 1010010 0 11 100011010 1011110 111001

Color Harmonies of #BC2CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CF8

Black with #BC2CF8

Text Example


Text Example

White with #BC2CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CF8; }

 p { color: rgb(188,44,248); }

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

background-color css

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

 a { background-color: rgb(188,44,248); }

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

border-color css

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

 span { border-color: rgb(188,44,248); }

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