Html Css Color HEX #BC0CE9 Electric Purple

📋 copy color: '#BC0CE9'

red 188 ◦ green 12 ◦ blue 233

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

Shades of Electric Purple #BC0CE9

Tints of Electric Purple #BC0CE9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

 BLUE value IS 233 (91.41% from 255) = 53.81%

R = 43.42%
G = 2.77%
B = 53.81%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC0CE9 (or 0xBC0CE9) is known color: Electric Purple. HEX triplet: BC, 0C and E9. RGB value is (188,12,233). Sum of RGB (Red+Green+Blue) = 188+12+233=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC0CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CE9 is #43F316. Grayscale: #595959. Windows color (decimal): -4453143 or 15273148. OLE color: 15273148.

HSL color Cylindrical-coordinate representation of color #BC0CE9: hue angle of 287.78º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CE9 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 12 233 -
CMYK 0.19 0.95 0 0.09
HSL 287.78º 0.9% 0.48% -
HSV(B) 287.78º 0.95% 0.91% -
XYZ 35.58 16.84 78.47 -
YUV 89.82 208.81 198.03 -
System Red Green Blue C M Y K H S L
Decimal 188 12 233 0.19 0.95 0 0.09 287.78 0.9 0.48
Hex BC C E9 13 5F 0 9 120 5A 30
Octal 274 14 351 23 137 0 11 440 132 60
Binary 10111100 1100 11101001 10011 1011111 0 1001 100100000 1011010 110000

Color Harmonies of #BC0CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CE9

Black with #BC0CE9

Text Example


Text Example

White with #BC0CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CE9; }

 p { color: rgb(188,12,233); }

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

background-color css

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

 a { background-color: rgb(188,12,233); }

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

border-color css

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

 span { border-color: rgb(188,12,233); }

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