Html Css Color HEX #BC0DF7 Electric Purple

📋 copy color: '#BC0DF7'

red 188 ◦ green 13 ◦ blue 247

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

Shades of Electric Purple #BC0DF7

Tints of Electric Purple #BC0DF7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.9%

 BLUE value IS 247 (96.88% from 255) = 55.13%

R = 41.96%
G = 2.9%
B = 55.13%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC0DF7 (or 0xBC0DF7) is known color: Electric Purple. HEX triplet: BC, 0D and F7. RGB value is (188,13,247). Sum of RGB (Red+Green+Blue) = 188+13+247=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC0DF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DF7 is #43F208. Grayscale: #5B5B5B. Windows color (decimal): -4452873 or 16190908. OLE color: 16190908.

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

Color convert

RGB 188 13 247 -
CMYK 0.24 0.95 0 0.03
HSL 284.87º 0.94% 0.51% -
HSV(B) 284.87º 0.95% 0.97% -
XYZ 37.67 17.69 89.43 -
YUV 92 215.48 196.47 -
System Red Green Blue C M Y K H S L
Decimal 188 13 247 0.24 0.95 0 0.03 284.87 0.94 0.51
Hex BC D F7 18 5F 0 3 11D 5E 33
Octal 274 15 367 30 137 0 3 435 136 63
Binary 10111100 1101 11110111 11000 1011111 0 11 100011101 1011110 110011

Color Harmonies of #BC0DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DF7

Black with #BC0DF7

Text Example


Text Example

White with #BC0DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DF7; }

 p { color: rgb(188,13,247); }

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

background-color css

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

 a { background-color: rgb(188,13,247); }

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

border-color css

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

 span { border-color: rgb(188,13,247); }

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