Html Css Color HEX #BC09F9 Electric Purple

📋 copy color: '#BC09F9'

red 188 ◦ green 9 ◦ blue 249

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

Shades of Electric Purple #BC09F9

Tints of Electric Purple #BC09F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 42.15%
G = 2.02%
B = 55.83%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC09F9 (or 0xBC09F9) is known color: Electric Purple. HEX triplet: BC, 09 and F9. RGB value is (188,9,249). Sum of RGB (Red+Green+Blue) = 188+9+249=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC09F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09F9 is #43F606. Grayscale: #595959. Windows color (decimal): -4453895 or 16320956. OLE color: 16320956.

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

Color convert

RGB 188 9 249 -
CMYK 0.24 0.96 0 0.02
HSL 284.75º 0.95% 0.51% -
HSV(B) 284.75º 0.96% 0.98% -
XYZ 37.94 17.73 91.04 -
YUV 89.88 217.8 197.99 -
System Red Green Blue C M Y K H S L
Decimal 188 9 249 0.24 0.96 0 0.02 284.75 0.95 0.51
Hex BC 9 F9 18 60 0 2 11D 5F 33
Octal 274 11 371 30 140 0 2 435 137 63
Binary 10111100 1001 11111001 11000 1100000 0 10 100011101 1011111 110011

Color Harmonies of #BC09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09F9

Black with #BC09F9

Text Example


Text Example

White with #BC09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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