Html Css Color HEX #BC09FA Electric Purple

📋 copy color: '#BC09FA'

red 188 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #BC09FA

Tints of Electric Purple #BC09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 42.06%
G = 2.01%
B = 55.93%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC09FA (or 0xBC09FA) is known color: Electric Purple. HEX triplet: BC, 09 and FA. RGB value is (188,9,250). Sum of RGB (Red+Green+Blue) = 188+9+250=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09FA is #43F605. Grayscale: #595959. Windows color (decimal): -4453894 or 16386492. OLE color: 16386492.

HSL color Cylindrical-coordinate representation of color #BC09FA: hue angle of 284.56º degrees, saturation: 0.96, 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 #BC09FA is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 9 250 -
CMYK 0.25 0.96 0 0.02
HSL 284.56º 0.96% 0.51% -
HSV(B) 284.56º 0.96% 0.98% -
XYZ 38.09 17.79 91.87 -
YUV 90 218.3 197.9 -
System Red Green Blue C M Y K H S L
Decimal 188 9 250 0.25 0.96 0 0.02 284.56 0.96 0.51
Hex BC 9 FA 19 60 0 2 11D 60 33
Octal 274 11 372 31 140 0 2 435 140 63
Binary 10111100 1001 11111010 11001 1100000 0 10 100011101 1100000 110011

Color Harmonies of #BC09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09FA

Black with #BC09FA

Text Example


Text Example

White with #BC09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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