Html Css Color HEX #BC09F7 Electric Purple

📋 copy color: '#BC09F7'

red 188 ◦ green 9 ◦ blue 247

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

Shades of Electric Purple #BC09F7

Tints of Electric Purple #BC09F7

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.03%

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

R = 42.34%
G = 2.03%
B = 55.63%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC09F7 (or 0xBC09F7) is known color: Electric Purple. HEX triplet: BC, 09 and F7. RGB value is (188,9,247). Sum of RGB (Red+Green+Blue) = 188+9+247=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC09F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09F7 is #43F608. Grayscale: #585858. Windows color (decimal): -4453897 or 16189884. OLE color: 16189884.

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

Color convert

RGB 188 9 247 -
CMYK 0.24 0.96 0 0.03
HSL 285.13º 0.94% 0.5% -
HSV(B) 285.13º 0.96% 0.97% -
XYZ 37.63 17.6 89.41 -
YUV 89.65 216.8 198.15 -
System Red Green Blue C M Y K H S L
Decimal 188 9 247 0.24 0.96 0 0.03 285.13 0.94 0.5
Hex BC 9 F7 18 60 0 3 11D 5E 32
Octal 274 11 367 30 140 0 3 435 136 62
Binary 10111100 1001 11110111 11000 1100000 0 11 100011101 1011110 110010

Color Harmonies of #BC09F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09F7

Black with #BC09F7

Text Example


Text Example

White with #BC09F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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