Html Css Color HEX #BC0CEA Electric Purple

📋 copy color: '#BC0CEA'

red 188 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #BC0CEA

Tints of Electric Purple #BC0CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 43.32%
G = 2.76%
B = 53.92%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC0CEA (or 0xBC0CEA) is known color: Electric Purple. HEX triplet: BC, 0C and EA. RGB value is (188,12,234). Sum of RGB (Red+Green+Blue) = 188+12+234=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CEA is #43F315. Grayscale: #595959. Windows color (decimal): -4453142 or 15338684. OLE color: 15338684.

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

Color convert

RGB 188 12 234 -
CMYK 0.20 0.95 0 0.08
HSL 287.57º 0.9% 0.48% -
HSV(B) 287.57º 0.95% 0.92% -
XYZ 35.72 16.89 79.22 -
YUV 89.93 209.31 197.95 -
System Red Green Blue C M Y K H S L
Decimal 188 12 234 0.20 0.95 0 0.08 287.57 0.9 0.48
Hex BC C EA 14 5F 0 8 120 5A 30
Octal 274 14 352 24 137 0 10 440 132 60
Binary 10111100 1100 11101010 10100 1011111 0 1000 100100000 1011010 110000

Color Harmonies of #BC0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CEA

Black with #BC0CEA

Text Example


Text Example

White with #BC0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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