Html Css Color HEX #BA0CEC Electric Purple

📋 copy color: '#BA0CEC'

red 186 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #BA0CEC

Tints of Electric Purple #BA0CEC

RGB

 RED value IS 186 (73.05% from 255) = 42.86%

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 42.86%
G = 2.76%
B = 54.38%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA0CEC (or 0xBA0CEC) is known color: Electric Purple. HEX triplet: BA, 0C and EC. RGB value is (186,12,236). Sum of RGB (Red+Green+Blue) = 186+12+236=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA0CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CEC is #45F313. Grayscale: #585858. Windows color (decimal): -4584212 or 15469754. OLE color: 15469754.

HSL color Cylindrical-coordinate representation of color #BA0CEC: hue angle of 286.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CEC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 12 236 -
CMYK 0.21 0.95 0 0.07
HSL 286.61º 0.9% 0.49% -
HSV(B) 286.61º 0.95% 0.93% -
XYZ 35.52 16.76 80.72 -
YUV 89.56 210.65 196.79 -
System Red Green Blue C M Y K H S L
Decimal 186 12 236 0.21 0.95 0 0.07 286.61 0.9 0.49
Hex BA C EC 15 5F 0 7 11F 5A 31
Octal 272 14 354 25 137 0 7 437 132 61
Binary 10111010 1100 11101100 10101 1011111 0 111 100011111 1011010 110001

Color Harmonies of #BA0CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CEC

Black with #BA0CEC

Text Example


Text Example

White with #BA0CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CEC; }

 p { color: rgb(186,12,236); }

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

background-color css

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

 a { background-color: rgb(186,12,236); }

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

border-color css

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

 span { border-color: rgb(186,12,236); }

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