Html Css Color HEX #BC0FFD Electric Purple

📋 copy color: '#BC0FFD'

red 188 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #BC0FFD

Tints of Electric Purple #BC0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.29%

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

R = 41.23%
G = 3.29%
B = 55.48%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC0FFD (or 0xBC0FFD) is known color: Electric Purple. HEX triplet: BC, 0F and FD. RGB value is (188,15,253). Sum of RGB (Red+Green+Blue) = 188+15+253=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FFD is #43F002. Grayscale: #5D5D5D. Windows color (decimal): -4452355 or 16584636. OLE color: 16584636.

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

Color convert

RGB 188 15 253 -
CMYK 0.26 0.94 0 0.01
HSL 283.61º 0.98% 0.53% -
HSV(B) 283.61º 0.94% 0.99% -
XYZ 38.64 18.12 94.39 -
YUV 93.86 217.81 195.15 -
System Red Green Blue C M Y K H S L
Decimal 188 15 253 0.26 0.94 0 0.01 283.61 0.98 0.53
Hex BC F FD 1A 5E 0 1 11C 62 35
Octal 274 17 375 32 136 0 1 434 142 65
Binary 10111100 1111 11111101 11010 1011110 0 1 100011100 1100010 110101

Color Harmonies of #BC0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FFD

Black with #BC0FFD

Text Example


Text Example

White with #BC0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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