Html Css Color HEX #BC2FFD Electric Purple

📋 copy color: '#BC2FFD'

red 188 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #BC2FFD

Tints of Electric Purple #BC2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.63%

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

R = 38.52%
G = 9.63%
B = 51.84%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC2FFD (or 0xBC2FFD) is known color: Electric Purple. HEX triplet: BC, 2F and FD. RGB value is (188,47,253). Sum of RGB (Red+Green+Blue) = 188+47+253=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FFD is #43D002. Grayscale: #6F6F6F. Windows color (decimal): -4444163 or 16592828. OLE color: 16592828.

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

Color convert

RGB 188 47 253 -
CMYK 0.26 0.81 0 0.01
HSL 281.07º 0.98% 0.59% -
HSV(B) 281.07º 0.81% 0.99% -
XYZ 39.49 19.82 94.67 -
YUV 112.64 207.21 181.75 -
System Red Green Blue C M Y K H S L
Decimal 188 47 253 0.26 0.81 0 0.01 281.07 0.98 0.59
Hex BC 2F FD 1A 51 0 1 119 62 3B
Octal 274 57 375 32 121 0 1 431 142 73
Binary 10111100 101111 11111101 11010 1010001 0 1 100011001 1100010 111011

Color Harmonies of #BC2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FFD

Black with #BC2FFD

Text Example


Text Example

White with #BC2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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